1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 22:14:12 +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")
do
mkdir -p "$stage/${f%/*}"
cp $f "$stage/$f"
cp $top/$f "$stage/$f"
done
for f in $(getfiles "$text" "$dir")
do