[fix] new helper

This commit is contained in:
Rafi59 2018-06-14 19:26:20 +02:00
parent 9ca0162b3e
commit a053479034

View File

@ -183,7 +183,7 @@ ynh_setup_source () {
tar -xf $src_filename -C "$dest_dir" $strip
fi
if [[ "$src_format" = "bin" ]] ; then
chmod +x $src_filename
mv $src_filename $app
else
ynh_die "Archive format unrecognized."
fi