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

Revert "Fix XPI generation system"

This reverts commit a8b6c88636478cdbf5981d6136d4131f67cd8932.
This commit is contained in:
teramako
2008-12-04 02:56:15 +09:00
parent 3bcfbbb40c
commit 8aa2e1ff00

View File

@@ -36,7 +36,7 @@ do
for f in $(getfiles "$bin" "$dir")
do
mkdir -p "$stage/${f%/*}"
cp $top/$f "$stage/$f"
cp $f "$stage/$f"
done
for f in $(getfiles "$text" "$dir")
do