summaryrefslogtreecommitdiffstats
path: root/network/microsoft-edge/microsoft-edge.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2023-09-18 09:45:21 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-23 11:33:30 +0700
commit2cb945c2a943f8e8845277f93cf142e34604ad91 (patch)
tree2208242c071a3669582d0c09e067500124c7d374 /network/microsoft-edge/microsoft-edge.SlackBuild
parent8a3b44b780ac539da45fa988f74530125852ff90 (diff)
downloadslackbuilds-2cb945c2a943f8e8845277f93cf142e34604ad91.tar.gz
slackbuilds-2cb945c2a943f8e8845277f93cf142e34604ad91.tar.xz
network/microsoft-edge: Fix BUILD variable usage.
This is for the internal build number and can be passed through the environment, not upstream build numbers. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/microsoft-edge/microsoft-edge.SlackBuild')
-rw-r--r--network/microsoft-edge/microsoft-edge.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/microsoft-edge/microsoft-edge.SlackBuild b/network/microsoft-edge/microsoft-edge.SlackBuild
index b8778e4d67..1d75ebfedb 100644
--- a/network/microsoft-edge/microsoft-edge.SlackBuild
+++ b/network/microsoft-edge/microsoft-edge.SlackBuild
@@ -29,6 +29,7 @@ PRGNAM=microsoft-edge
BRANCH=stable
VERSION=${VERSION:-117.0.2045.31}
BUILD=${BUILD:-1}
+DEBBUILD=${DEBBUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -66,7 +67,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-${VERSION}
mkdir -p $PRGNAM-${VERSION}
-ar x $CWD/$PRGNAM-$BRANCH"_"${VERSION}-${BUILD}_${BIT}.deb --output $PRGNAM-$VERSION
+ar x $CWD/$PRGNAM-$BRANCH"_"${VERSION}-${DEBBUILD}_${BIT}.deb --output $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
rm {control.tar.xz,debian-binary,_gpgorigin}