Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv25635/scripts
Modified Files:
expat pwlib
Log Message:
fixed some incompatabilities (or however you write this...)
Index: expat
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/expat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- expat 14 Oct 2003 02:04:31 -0000 1.1
+++ expat 14 Oct 2003 20:47:03 -0000 1.2
@@ -26,6 +26,7 @@
case $1 in
build )
+ ./buildconf.sh || exit 1
./configure --prefix=/usr --localstatedir=/var || exit 1
make $PMAKE all || exit 1
strip_debug
Index: pwlib
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/pwlib,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- pwlib 13 Oct 2003 17:36:09 -0000 1.8
+++ pwlib 14 Oct 2003 20:47:03 -0000 1.9
@@ -12,7 +12,7 @@
### BEGIN INIT INFO
# Provides: pwlib
-# Required-Start: $basebuildtools glibc
+# Required-Start: $basebuildtools glibc expat
# Required-Stop:
# Default-Start: 1
# Default-Stop:
|