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

Fix XPI generation system

This commit is contained in:
teramako
2008-12-04 00:38:07 +09:00
parent a221d2644d
commit 3bcfbbb40c

View File

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