3
0
Fork 0
forked from mirrors/nixpkgs

patch to correct installpaths (untested yet)

svn path=/nixpkgs/trunk/; revision=3478
This commit is contained in:
Armijn Hemel 2005-07-30 18:54:24 +00:00
parent 6b41222b5c
commit b31122acd2

View file

@ -0,0 +1,19 @@
diff -ruN syslinux-3.09/Makefile syslinux-3.09.new/Makefile
--- syslinux-3.09/Makefile 2005-04-02 23:48:47.000000000 +0200
+++ syslinux-3.09.new/Makefile 2005-07-30 20:49:41.000000000 +0200
@@ -26,11 +26,11 @@
NASM = nasm -O99
NINCLUDE =
-BINDIR = /usr/bin
-SBINDIR = /sbin
-LIBDIR = /usr/lib
+BINDIR = $(out)/bin
+SBINDIR = $(out)/sbin
+LIBDIR = $(out)/lib
AUXDIR = $(LIBDIR)/syslinux
-INCDIR = /usr/include
+INCDIR = $(out)/include
PERL = perl