From: <ale...@us...> - 2007-04-06 21:30:15
|
Revision: 2476 http://svn.sourceforge.net/morphix/?rev=2476&view=rev Author: alextreme Date: 2007-04-06 14:29:58 -0700 (Fri, 06 Apr 2007) Log Message: ----------- *snore* Added Paths: ----------- trunk/scripts-main/package_all.sh Added: trunk/scripts-main/package_all.sh =================================================================== --- trunk/scripts-main/package_all.sh (rev 0) +++ trunk/scripts-main/package_all.sh 2007-04-06 21:29:58 UTC (rev 2476) @@ -0,0 +1,8 @@ +#!/bin/sh + +for dir in bare flux heavy icewm kde light matchbox +do + cd $dir + dpkg-buildpackage -us + cd .. +done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |