summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2006-05-01 11:16:34 +0000
committerBenedikt Boehm <hollow@gentoo.org>2006-05-01 11:16:34 +0000
commitd2583f015946ce51119907af3ef551e3684788e9 (patch)
tree03ab097f34eb8364fd2498c220eb0599054796a2 /dietlibc/patches
parentmove due to mkrelease restrictions (diff)
downloadmisc-d2583f015946ce51119907af3ef551e3684788e9.tar.gz
misc-d2583f015946ce51119907af3ef551e3684788e9.tar.bz2
misc-d2583f015946ce51119907af3ef551e3684788e9.zip
add missing prefix patch
svn path=/; revision=347
Diffstat (limited to 'dietlibc/patches')
-rw-r--r--dietlibc/patches/0.30_pre20060501-r0/04_all_prefix.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dietlibc/patches/0.30_pre20060501-r0/04_all_prefix.patch b/dietlibc/patches/0.30_pre20060501-r0/04_all_prefix.patch
new file mode 100644
index 0000000..9f8aa7f
--- /dev/null
+++ b/dietlibc/patches/0.30_pre20060501-r0/04_all_prefix.patch
@@ -0,0 +1,10 @@
+diff -NurpP dietlibc-0.30_pre20060501.orig/Makefile dietlibc-0.30_pre20060501/Makefile
+--- dietlibc-0.30_pre20060501.orig/Makefile 2006-04-04 07:35:14.000000000 +0200
++++ dietlibc-0.30_pre20060501/Makefile 2006-05-01 13:03:31.816974500 +0200
+@@ -1,5 +1,5 @@
+ INSTALL=install
+-prefix?=/opt/diet
++prefix=/usr/diet
+ # Set the following to install to a different root
+ #DESTDIR=/tmp/fefix
+ # Use "make DEBUG=1" to compile a debug version.