Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6382
Modified Files:
Tag: rel-1-2-patches
sagator
Log Message:
correctly copy /etc subdirectories
Index: sagator
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/sagator,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -d -r1.6.2.1 -r1.6.2.2
--- sagator 26 Jun 2004 14:52:11 -0000 1.6.2.1
+++ sagator 26 Jun 2004 15:27:36 -0000 1.6.2.2
@@ -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
|