diff options
Diffstat (limited to 'academic/tiemu')
-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 \) \ |