Fix for wrong base class
[shipsimu.git] / package.sh
index ec1462d389ee52ab96017d35db3c8a11b3095352..aeb7db305a54d5f37641d73ebac6b1adb9993e1c 100755 (executable)
@@ -2,10 +2,13 @@
 
 sh ./clear-cache.sh
 
-echo "$0: Packaging..."
+echo -n "$0: Packaging... "
 zip -9 shipsimu_dev.zip docs/* Doxyfile *.php *.sh > /dev/null 2>&1
+echo -n "."
 zip -9r shipsimu_dev.zip application/ db/ devel/ Doxyfile inc/ templates/ tests/ > /dev/null 2>&1
+echo -n "."
 zip -d shipsimu_dev.zip docs/warn.log db/*/*.serialized > /dev/null 2>&1
+echo ". done"
 
 echo "$0: Renaming..."
 mv shipsimu_dev.zip shipsimu_dev_`date +%Y%m%d_%H%M%S`.zip