Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv27786/scripts
Modified Files:
fblogo
Log Message:
ldconfig fix when using libpng
Index: fblogo
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/fblogo,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fblogo 18 Dec 2003 16:44:44 -0000 1.1
+++ fblogo 20 Dec 2003 14:34:17 -0000 1.2
@@ -26,6 +26,7 @@
case $1 in
build )
+ ldconfig
make || exit 1
# install it in the lfsssystem for the kernel build script
make PREFIX=/usr install || exit 1
|