Skip to content

Commit

Permalink
sandboxer: install script updated
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkCaster committed Jan 23, 2018
1 parent 125a73d commit 7a1d0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-sandboxer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ rm -f "$bin_dir/sandboxer-stop-all"
ln -rs "$target/bin/sandboxer-stop-all.sh" "$bin_dir/sandboxer-stop-all"
rm -f "$bin_dir/sandboxer-desktop-file-creator"
ln -rs "$target/bin/sandboxer-desktop-file-creator.sh" "$bin_dir/sandboxer-desktop-file-creator"
rm -f "$bin_dir/sandboxer-download-extra.sh"
rm -f "$bin_dir/sandboxer-download-extra"
ln -rs "$target/bin/sandboxer-download-extra.sh" "$bin_dir/sandboxer-download-extra"
find "$target" -type f -name "*.sh" -exec "$curdir/update_shebang.sh" {} \;
find "$target" -type f -name "*.sh.in" -exec "$curdir/update_shebang.sh" {} \;

0 comments on commit 7a1d0eb

Please sign in to comment.