desktop/lxde-common: Call makepkg with the full path.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Heiko Schlichting 2018-01-30 17:18:18 +01:00 committed by Willy Sudiarto Raharjo
parent 5ccdf563cd
commit f00b22e33a
1 changed files with 1 additions and 1 deletions

View File

@ -185,4 +185,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
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}