mkdir -p
target directories in installer
This commit is contained in:
parent
f9bbe7abb1
commit
381ba78b93
|
@ -28,6 +28,8 @@ binary_target=~/.local/bin/
|
|||
desktop_target=~/.local/share/applications/
|
||||
icon_target=~/.local/share/icons/
|
||||
|
||||
mkdir -p \$binary_target \$desktop_target \$icon_target
|
||||
|
||||
cp navpoint \$binary_target/navpoint
|
||||
chmod +x \$binary_target/navpoint
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user