Simplify vmkdir routes
This commit is contained in:
parent
72b9b3157f
commit
972f7f4447
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ distfiles="https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases
|
||||||
checksum=fad4fda12ddcf5ee4f35dda01b84d9da048306a274808464f4d646815d13993e
|
checksum=fad4fda12ddcf5ee4f35dda01b84d9da048306a274808464f4d646815d13993e
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
for dir in opt usr/bin usr/share/applications; do
|
for dir in opt usr/{bin,share/applications}; do
|
||||||
vmkdir ${dir}
|
vmkdir ${dir}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue