mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
add missing -p
This commit is contained in:
parent
82d183b5f7
commit
0a54bd8339
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ mv release_$(echo $VERSION | tr . _) $PRGNAM-$VERSION
|
||||||
chmod +x $PKG$PREFIX/bin/*
|
chmod +x $PKG$PREFIX/bin/*
|
||||||
|
|
||||||
cd ../tools/
|
cd ../tools/
|
||||||
mkdir $PKG/etc/pm/sleep.d/
|
mkdir -p $PKG/etc/pm/sleep.d/
|
||||||
fromdos < fsp_pm.sh > $PKG/etc/pm/sleep.d/fsp_pm.sh
|
fromdos < fsp_pm.sh > $PKG/etc/pm/sleep.d/fsp_pm.sh
|
||||||
chmod +x $PKG/etc/pm/sleep.d/*
|
chmod +x $PKG/etc/pm/sleep.d/*
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue