Skip to content

Commit

Permalink
fixed generate_img.sh script which created the update_addon link
Browse files Browse the repository at this point in the history
incorrectly.
  • Loading branch information
jens-maus committed Oct 29, 2019
1 parent 22d604d commit a491b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_img.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generate_pkg()
cp -a common/* tmp/
cp -a ${1}/* tmp/
mv tmp/cuxd/cuxd_addon.cfg tmp/
ln -s tmp/cuxd/update_addon tmp/
ln -s cuxd/update_addon tmp/
cd tmp
tar --owner=root --group=root --exclude=.DS_Store -czvf ../cuxd_$(cat ../VERSION)_${1}.tar.gz *
cd ..
Expand Down

0 comments on commit a491b75

Please sign in to comment.