1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-03 23:35:49 +01:00

Revert some of PT's local changes to the build system.

This commit is contained in:
Doug Kearns
2009-03-29 21:05:38 +11:00
parent 897181a5c4
commit 0e28714ce6
2 changed files with 3 additions and 5 deletions

View File

@@ -51,8 +51,6 @@ do
)
done
cd $stage
zip -r "$top/$jar" *
cd -
(cd $stage; zip -r "$top/$jar" *)
rm -rf "$stage"