diff options
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 |
commit | fbc8d01eabffab852655a0d1a7668468be8b6ea7 (patch) | |
tree | 0b09eb9fd288176080c428048d11419e3a898695 | |
parent | ed79201e0a16b453a37ff2e88743371ae1fc3496 (diff) |
academic/tiemu: Remove SRCNAM from SlackBuild.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | academic/tiemu/slack-desc | 1 | ||||
-rw-r--r-- | academic/tiemu/tiemu.SlackBuild | 7 |
2 files changed, 4 insertions, 4 deletions
diff --git a/academic/tiemu/slack-desc b/academic/tiemu/slack-desc index 892ac4fec9d6..36e348bc0aed 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 1cf47c34989c..19e4cbaca568 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 \) \ |