diff options
Diffstat (limited to 'sys-apps/gawk/files/gawk-4.1.1-sandbox_issue.patch')
-rw-r--r-- | sys-apps/gawk/files/gawk-4.1.1-sandbox_issue.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-apps/gawk/files/gawk-4.1.1-sandbox_issue.patch b/sys-apps/gawk/files/gawk-4.1.1-sandbox_issue.patch deleted file mode 100644 index c64103550ce1..000000000000 --- a/sys-apps/gawk/files/gawk-4.1.1-sandbox_issue.patch +++ /dev/null @@ -1,26 +0,0 @@ -Fix sandbox issue. - -Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - ---- 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: |