Call for FILES before switching directories
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
ff9f92ef93
commit
b32da60e76
@ -4,6 +4,6 @@ clean.sh:668a2f9b568c55f6a044a509315032f6 -
|
||||
commit.sh:5e4448db9ad48e72ec3a1ff4f5763b41 -
|
||||
jar2.sh:7977fc138ee5db798d08c34734f0be93 -
|
||||
jar.sh:821d5a109324d405f05c35c4bb129375 -
|
||||
release.sh:571a332e817dfe548d038515ad02f6ee -
|
||||
release.sh:e63b09637749be0442c8b0affd72c3ca -
|
||||
update.sh:3be721658983183efa395984acd96b03 -
|
||||
zip.sh:273f5a83b80a8e54022d60514dfeec0a -
|
||||
|
||||
@ -9,9 +9,9 @@ elif [ "$1" = "mac" ];then
|
||||
echo "Not implemented yet."
|
||||
elif [ "$1" = "linux" ];then
|
||||
echo "Creating a package for Linux..."
|
||||
FILES=$(cat ${LANGUAGE}/scripts/.package.files)
|
||||
cd ..
|
||||
mkdir -vp RabiCloneOut/in
|
||||
FILES=$(cat ${LANGUAGE}/scripts/.package.files)
|
||||
for f in $FILES
|
||||
do
|
||||
cp -Rv $f RabiCloneOut/in
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user