mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-08 12:28:04 -05:00
* make sure /usr/local/bin exists
This commit is contained in:
parent
bc3bc6d4ee
commit
849f92d207
@ -5,6 +5,7 @@ mkdir -m 777 "$SYNOPKG_PKGDEST/data"
|
||||
chown -R admin.users "$SYNOPKG_PKGDEST/data"
|
||||
|
||||
# create /usr/local/bin/[package] program link
|
||||
mkdir "/usr/local/bin"
|
||||
ln -s "$SYNOPKG_PKGDEST/$SYNOPKG_PKGNAME.sh" "/usr/local/bin/$SYNOPKG_PKGNAME"
|
||||
|
||||
# create /usr/local/[package] link
|
||||
|
Loading…
Reference in New Issue
Block a user