aboutsummaryrefslogtreecommitdiff
path: root/system/pce/pce.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-03-12 14:01:13 +1300
committerAndrew Clemons <andrew.clemons@gmail.com>2022-03-12 15:02:11 +1300
commitfb7e59b27c1a5827cd3ea86435c450e400c6e3e5 (patch)
tree82e4246aef772b7e0a93e10ea21d025452706d4a /system/pce/pce.SlackBuild
parentc4a88e4fd660755bd7b5e957aeb4e2384bb559b1 (diff)
system/pce: Fix VERSION.
VERSION is not permitted to have '-'. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system/pce/pce.SlackBuild')
-rw-r--r--system/pce/pce.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/pce/pce.SlackBuild b/system/pce/pce.SlackBuild
index c1b422b44a5c0..963bcd3e991c1 100644
--- a/system/pce/pce.SlackBuild
+++ b/system/pce/pce.SlackBuild
@@ -27,12 +27,12 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pce
-VERSION=${VERSION:-20220220-991c55d9}
+VERSION=${VERSION:-20220220_991c55d9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-SRCVER=$(echo $VERSION | tr . -)
+SRCVER=$(echo $VERSION | tr _ -)
if [ -z "$ARCH" ]; then
case "$( uname -m )" in