1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-07 19:25:45 +01:00

Minor build system updates.

--HG--
branch : xslt
This commit is contained in:
Kris Maglione
2009-10-27 00:29:10 -04:00
parent 35a6000d68
commit a8c6378b43
2 changed files with 4 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ do
) || exit 1
done
(cd $stage; zip -r "$top/$jar" *) || exit 1
[ -f "$top/$jar" ] && rm -f "$top/$jar"
(set -e; cd $stage; zip -r "$top/$jar" *) || exit 1
rm -rf "$stage"