From fbc8d01eabffab852655a0d1a7668468be8b6ea7 Mon Sep 17 00:00:00 2001 From: shelldweller Date: Sun, 14 Jun 2020 10:23:31 +0100 Subject: academic/tiemu: Remove SRCNAM from SlackBuild. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- academic/tiemu/slack-desc | 1 + academic/tiemu/tiemu.SlackBuild | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'academic') 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 \) \ -- cgit v1.2.3