summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2004-12-09 15:28:21 +0000
committerStuart Herbert <stuart@gentoo.org>2004-12-09 15:28:21 +0000
commitfee161c7f8b000d962831544f07ea97683dff531 (patch)
tree3eb9171e0710f17f8438d1ea0d9c5fbd1645182b /net-fs/ncpfs/files
parentremoving (diff)
downloadhistorical-fee161c7f8b000d962831544f07ea97683dff531.tar.gz
historical-fee161c7f8b000d962831544f07ea97683dff531.tar.bz2
historical-fee161c7f8b000d962831544f07ea97683dff531.zip
Fix for sandbox violation
Diffstat (limited to 'net-fs/ncpfs/files')
-rw-r--r--net-fs/ncpfs/files/ncpfs-2.2.5-php.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/net-fs/ncpfs/files/ncpfs-2.2.5-php.patch b/net-fs/ncpfs/files/ncpfs-2.2.5-php.patch
new file mode 100644
index 000000000000..f0143b2ceebc
--- /dev/null
+++ b/net-fs/ncpfs/files/ncpfs-2.2.5-php.patch
@@ -0,0 +1,16 @@
+--- contrib/php/build/rules.mk.orig 2004-12-09 13:01:04.417854240 +0000
++++ contrib/php/build/rules.mk 2004-12-09 13:01:42.460070944 +0000
+@@ -63,10 +63,10 @@
+
+ install-modules:
+ @test -d modules && \
+- $(mkinstalldirs) $(moduledir) && \
+- echo "installing shared modules into $(moduledir)" && \
++ $(mkinstalldirs) $(DESTDIR)/$(moduledir) && \
++ echo "installing shared modules into $(DESTDIR)/$(moduledir)" && \
+ rm -f modules/*.la && \
+- cp modules/* $(moduledir) || true
++ cp modules/* $(DESTDIR)/$(moduledir) || true
+
+ include $(builddir)/.deps
+