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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user