gawk-4.1.1-sandbox_issue.patch 801 B

123456789101112131415161718192021222324252627
  1. Fix sandbox issue.
  2. Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
  3. --- gawk-4.1.1/extension/Makefile.am 2014-02-20 19:42:25.000000000 +0100
  4. +++ gawk-4.1.1/extension/Makefile.am 2014-02-20 19:42:25.000000000 +0100
  5. @@ -100,7 +100,7 @@
  6. install-data-hook:
  7. for i in $(pkgextension_LTLIBRARIES) ; do \
  8. - $(RM) $(pkgextensiondir)/$$i ; \
  9. + $(RM) $(DESTDIR)$(pkgextensiondir)/$$i ; \
  10. done
  11. # Keep the uninstall check working:
  12. --- gawk-4.1.1/extension/Makefile.in 2014-04-08 18:13:03.000000000 +0200
  13. +++ gawk-4.1.1/extension/Makefile.in 2014-04-08 18:13:03.000000000 +0200
  14. @@ -1231,7 +1231,7 @@
  15. install-data-hook:
  16. for i in $(pkgextension_LTLIBRARIES) ; do \
  17. - $(RM) $(pkgextensiondir)/$$i ; \
  18. + $(RM) $(DESTDIR)$(pkgextensiondir)/$$i ; \
  19. done
  20. # Keep the uninstall check working: