Skip to content

Commit

Permalink
add execute permissions to files under support
Browse files Browse the repository at this point in the history
  • Loading branch information
corbinlc committed Mar 1, 2021
1 parent a56ec3d commit ac8c11f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildArch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ rm release/$1-rootfs.tar.gz
mkdir -p release/filesystem/support
tar -xzvf release/$1-assets.tar.gz -C release/filesystem/support/
rm release/$1-assets.tar.gz
chmod +x release/filesystem/support/*
tar -czvf release/$1-rootfs.tar.gz -C release/filesystem/ .
rm -rf release/filesystem
rm -rf release/$1-assets.txt

0 comments on commit ac8c11f

Please sign in to comment.