mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
audio/listener: Handle .new files correctly.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
20b18bc424
commit
749e418f19
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ mv $PKG/etc/listener.conf $PKG/etc/listener.conf.new
|
|||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
Loading…
Reference in a new issue