Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv20157/scripts
Modified Files:
stunnel
Log Message:
- stunnel didn't get copied onto the CD
Index: stunnel
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/stunnel,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- stunnel 13 Oct 2003 17:36:09 -0000 1.8
+++ stunnel 25 Dec 2003 00:47:11 -0000 1.9
@@ -39,10 +39,9 @@
install )
if [ "$CONFIG_STUNNEL" = "y" ]; then
- mkdir -p $CDDIR/usr/sbin
- mkdir -p $CDDIR/usr/lib
- cp -p stunnel $CDDIR/usr/sbin
- cp -p stunnel.so $CDDIR/usr/lib
+ mkdir -p $CDDIR/usr/sbin || exit 1
+ mkdir -p $CDDIR/usr/lib || exit 1
+ cp -p src/stunnel $CDDIR/usr/sbin/ || exit 1
copy_man
fi
;;
|