mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/mitmproxy-bin: Update to 15.0 template.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
1adebe00fc
commit
29b9ebbb6b
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@ TAG=${TAG:-_SBo}
|
|||
# Binary repack, only supports:
|
||||
ARCH=x86_64
|
||||
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
|
Loading…
Reference in a new issue