nixpkgs/pkgs/os-specific/linux/dietlibc/dietlibc-install.patch
Armijn Hemel 981a1f0f6e add dietlibc
svn path=/nixpkgs/trunk/; revision=3729
2005-08-27 23:05:50 +00:00

11 lines
381 B
Diff

diff -ruN dietlibc-0.29/Makefile dietlibc-0.29.new/Makefile
--- dietlibc-0.29/Makefile 2005-05-18 16:38:55.000000000 +0200
+++ dietlibc-0.29.new/Makefile 2005-08-28 01:02:50.000000000 +0200
@@ -1,5 +1,5 @@
INSTALL=install
-prefix?=/opt/diet
+prefix?=${out}
# Set the following to install to a different root
#DESTDIR=/tmp/fefix
# Use "make DEBUG=1" to compile a debug version.