Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. diff --git a/scripts/licensecheck.sh b/scripts/licensecheck.sh
  2. index c8f53cf..7e4c4b9 100755
  3. --- a/scripts/licensecheck.sh
  4. +++ b/scripts/licensecheck.sh
  5. @@ -53,6 +53,7 @@ libtool \
  6. m4 \
  7. make \
  8. nano \
  9. +patch \
  10. texinfo-tarball"
  11.  
  12. gplv3_repos=""
  13. diff --git a/strip-gplv3.configure b/strip-gplv3.configure
  14. index 8464487..75143d0 100755
  15. --- a/strip-gplv3.configure
  16. +++ b/strip-gplv3.configure
  17. @@ -46,6 +46,7 @@ class StripGPLv3ConfigureExtension(cliapp.Application):
  18. ['m4', ''],
  19. ['make', ''],
  20. ['nano', ''],
  21. + ['patch', ''],
  22. ['texinfo-tarball', ''],
  23. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement