Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv11342/scripts
Modified Files:
cd_cleanup
Log Message:
alsa stage 1
Index: cd_cleanup
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/cd_cleanup,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cd_cleanup 30 Oct 2003 20:44:18 -0000 1.4
+++ cd_cleanup 7 Nov 2003 00:13:45 -0000 1.5
@@ -28,10 +28,10 @@
install )
rm $CDDIR/usr/lib/*a
rm -rf $CDDIR/usr/include/*
- pushd $CDDIR/usr/bin; strip_debug ; popd
- pushd $CDDIR/bin; strip_debug ; popd
- pushd $CDDIR/sbin; strip_debug ; popd
- pushd $CDDIR/usr/sbin; strip_debug ; popd
+ pushd $CDDIR/usr/bin > /dev/null; strip_debug ; popd > /dev/null
+ pushd $CDDIR/bin > /dev/null; strip_debug ; popd > /dev/null
+ pushd $CDDIR/sbin > /dev/null; strip_debug ; popd > /dev/null
+ pushd $CDDIR/usr/sbin > /dev/null; strip_debug ; popd > /dev/null
if [ "$CONFIG_DEVIL_DOC_ISO" != "y" ]; then
rm -rf $ISODIR/cdtree/doc || exit 1
|