Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv16037/scripts
Modified Files:
libpng
Log Message:
to install in /usr/lib, prefix required on the make install too
Index: libpng
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/libpng,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libpng 20 Dec 2003 14:52:57 -0000 1.2
+++ libpng 21 Dec 2003 04:06:09 -0000 1.3
@@ -30,7 +30,7 @@
strip_debug
# we have to install this immediately, because this is a library and could be needed by other sources
- make -f scripts/makefile.linux install || exit 1
+ make -f scripts/makefile.linux prefix=/usr install || exit 1
;;
* )
|