system/xdiskusage: 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:20:18 +01:00 committed by Willy Sudiarto Raharjo
parent 53bd7f2e82
commit 2cf7fed6db

View file

@ -99,4 +99,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
# Make package
cd $PKG
makepkg -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
/sbin/makepkg -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}