polynomial-c 14/04/10 08:42:37 Added: gawk-4.1.1-sandbox_issue.patch Log: Version bump (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.1 sys-apps/gawk/files/gawk-4.1.1-sandbox_issue.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/files/gawk-4.1.1-sandbox_issue.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/files/gawk-4.1.1-sandbox_issue.patch?rev=1.1&content-type=text/plain Index: gawk-4.1.1-sandbox_issue.patch =================================================================== Fix sandbox issue. Signed-off-by: Lars Wendler <[email protected]> --- gawk-4.1.1/extension/Makefile.am 2014-02-20 19:42:25.000000000 +0100 +++ gawk-4.1.1/extension/Makefile.am 2014-02-20 19:42:25.000000000 +0100 @@ -100,7 +100,7 @@ install-data-hook: for i in $(pkgextension_LTLIBRARIES) ; do \ - $(RM) $(pkgextensiondir)/$$i ; \ + $(RM) $(DESTDIR)$(pkgextensiondir)/$$i ; \ done # Keep the uninstall check working: --- gawk-4.1.1/extension/Makefile.in 2014-04-08 18:13:03.000000000 +0200 +++ gawk-4.1.1/extension/Makefile.in 2014-04-08 18:13:03.000000000 +0200 @@ -1231,7 +1231,7 @@ install-data-hook: for i in $(pkgextension_LTLIBRARIES) ; do \ - $(RM) $(pkgextensiondir)/$$i ; \ + $(RM) $(DESTDIR)$(pkgextensiondir)/$$i ; \ done # Keep the uninstall check working:
