summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author shelldweller <shelldweller@beauxbead.com>2020-06-14 10:23:31 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-06-14 17:45:46 +0700
commitfbc8d01eabffab852655a0d1a7668468be8b6ea7 (patch)
tree0b09eb9fd288176080c428048d11419e3a898695 /academic
parented79201e0a16b453a37ff2e88743371ae1fc3496 (diff)
downloadslackbuilds-fbc8d01eabffab852655a0d1a7668468be8b6ea7.tar.gz
slackbuilds-fbc8d01eabffab852655a0d1a7668468be8b6ea7.tar.xz
academic/tiemu: Remove SRCNAM from SlackBuild.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/tiemu/slack-desc1
-rw-r--r--academic/tiemu/tiemu.SlackBuild7
2 files changed, 4 insertions, 4 deletions
diff --git a/academic/tiemu/slack-desc b/academic/tiemu/slack-desc
index 892ac4fec9..36e348bc0a 100644
--- a/academic/tiemu/slack-desc
+++ b/academic/tiemu/slack-desc
@@ -16,3 +16,4 @@ tiemu:
tiemu:
tiemu:
tiemu:
+tiemu:
diff --git a/academic/tiemu/tiemu.SlackBuild b/academic/tiemu/tiemu.SlackBuild
index 1cf47c3498..19e4cbaca5 100644
--- a/academic/tiemu/tiemu.SlackBuild
+++ b/academic/tiemu/tiemu.SlackBuild
@@ -23,7 +23,6 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=tiemu
-SRCNAM=tiemu
VERSION=${VERSION:-3.03}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,9 +59,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $SRCNAM-$VERSION
-tar xvf $CWD/$SRCNAM-$VERSION-nogdb.tar.gz
-cd $SRCNAM-$VERSION
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION-nogdb.tar.gz
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \