mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
desktop/fbmenugen: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ec2bcb6fe2
commit
d54f01fb89
1 changed files with 4 additions and 0 deletions
|
@ -75,7 +75,11 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
install -d $PKG/usr/bin
|
||||
install -D -m755 $PRGNAM $PKG/usr/bin/$PRGNAM
|
||||
|
||||
mkdir -p $PKG/etc/xdg/fbmenugen
|
||||
cp schema.pl $PKG/etc/xdg/fbmenugen/
|
||||
|
||||
install -d $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp LICENSE $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
Loading…
Reference in a new issue