diff options
Diffstat (limited to 'academic/matplotlib/matplotlib.SlackBuild')
-rw-r--r-- | academic/matplotlib/matplotlib.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/matplotlib/matplotlib.SlackBuild b/academic/matplotlib/matplotlib.SlackBuild index de3c3582b2..08530e3e92 100644 --- a/academic/matplotlib/matplotlib.SlackBuild +++ b/academic/matplotlib/matplotlib.SlackBuild @@ -49,4 +49,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |