summaryrefslogtreecommitdiff
path: root/packages/fakeroot/files/fix-prefix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/fakeroot/files/fix-prefix.patch')
-rw-r--r--packages/fakeroot/files/fix-prefix.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/fakeroot/files/fix-prefix.patch b/packages/fakeroot/files/fix-prefix.patch
deleted file mode 100644
index 3c47bd7650..0000000000
--- a/packages/fakeroot/files/fix-prefix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: fakeroot-1.12.1/scripts/fakeroot.in
-===================================================================
---- fakeroot-1.12.1.orig/scripts/fakeroot.in
-+++ fakeroot-1.12.1/scripts/fakeroot.in
-@@ -30,8 +30,8 @@
- }
-
- # strip /bin/fakeroot to find install prefix
--PREFIX=@prefix@
--BINDIR=@bindir@
-+BINDIR=`dirname $0`
-+PREFIX=`dirname ${BINDIR}`
-
- USEABSLIBPATH=@LDPRELOADABS@
- LIB=lib@fakeroot_transformed@@DLSUFFIX@