network/dianara: Don't split the makepkg line.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Heiko Schlichting 2018-02-17 09:24:45 +01:00 committed by Willy Sudiarto Raharjo
parent 4d2bd89778
commit 636514c81d
1 changed files with 1 additions and 2 deletions

View File

@ -118,5 +118,4 @@ 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}
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}