Browse Source

misc/sigrok-firmware-fx2lafw: Fix support for PRINT_PACKAGE_NAME

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
pull/182/head
Heinz Wiesinger 4 years ago
parent
commit
146af11840
  1. 4
      misc/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw.SlackBuild

4
misc/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw.SlackBuild

@ -30,6 +30,8 @@ BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
@ -69,4 +71,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-noarch-$BUILD$TAG.$PKGTYPE
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
Loading…
Cancel
Save