[vhffs-dev] [svn] commit: r121 - /trunk/vhffs-packages/buildall.sh

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Author: soda
Date: Fri Dec 16 15:49:31 2005
New Revision: 121

Log:
take .dsc files too to run dpkg-scanpackages


Modified:
    trunk/vhffs-packages/buildall.sh

Modified: trunk/vhffs-packages/buildall.sh
==============================================================================
--- trunk/vhffs-packages/buildall.sh (original)
+++ trunk/vhffs-packages/buildall.sh Fri Dec 16 15:49:31 2005
@@ -36,7 +36,7 @@
 for pkg in `find $DIR -maxdepth 1 -type d`; do
 	if [ -x "$pkg/build" ]; then
 		echo -n "Build package $pkg ..."
-		( cd $pkg && sh build && mv -f output/*.deb $OUTPUT ) 2>>$LOGFILE 1>>$LOGFILE
+		( cd $pkg && sh build && mv -f output/*.deb output/*.dsc $OUTPUT ) 2>>$LOGFILE 1>>$LOGFILE
 		echo "build finish"
 	fi
 




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/