add fsp_pm.sh
This commit is contained in:
parent
2265c98331
commit
82d183b5f7
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ mv release_$(echo $VERSION | tr . _) $PRGNAM-$VERSION
|
|||
cp -R pic fspcui.xrc $PKG$PREFIX/share/$PRGNAM
|
||||
|
||||
chmod +x $PKG$PREFIX/bin/*
|
||||
|
||||
cd ../tools/
|
||||
mkdir $PKG/etc/pm/sleep.d/
|
||||
fromdos < fsp_pm.sh > $PKG/etc/pm/sleep.d/fsp_pm.sh
|
||||
chmod +x $PKG/etc/pm/sleep.d/*
|
||||
)
|
||||
|
||||
# correction
|
||||
|
|
Loading…
Reference in a new issue