Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6324
Modified Files:
sagator
Log Message:
correctly copy /etc subdirectories
Index: sagator
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/sagator,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- sagator 26 Jun 2004 14:51:46 -0000 1.7
+++ sagator 26 Jun 2004 15:27:20 -0000 1.8
@@ -44,7 +44,7 @@
rm -rf $WORKDIR/tmp/etc/rc.d || exit 1
rm -rf $WORKDIR/tmp/etc/sysconfig || exit 1
- cp -dp $WORKDIR/tmp/etc/ $ETCDIR/etc || exit 1
+ cp -dpR $WORKDIR/tmp/etc/* $ETCDIR/etc/ || exit 1
cp -dp $MYDIR/scripts/sagator $ETCDIR/etc/init.d/ || exit 1
rm -rf $WORKDIR/tmp/usr/share || exit 1
|