mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/sbagen: Fix build.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5708042060
commit
22a67bad1a
1 changed files with 2 additions and 2 deletions
|
@ -108,8 +108,8 @@ cp -ar scripts river{1,2}.ogg \
|
|||
cp -ar *.c mk-* libs \
|
||||
$PKG/usr/share/$PRGNAM/src
|
||||
|
||||
install -m0755 -o 0:0 $CWD/$PRGNAM $PKG/usr/bin
|
||||
install -m0755 -o 0:0 $BINNAME $PKG/usr/bin/$BINNAME
|
||||
install -m0755 -oroot -groot $CWD/$PRGNAM $PKG/usr/bin
|
||||
install -m0755 -oroot -groot $BINNAME $PKG/usr/bin/$BINNAME
|
||||
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
Loading…
Reference in a new issue