diff options
author | Fellype do Nascimento <fellype (at) gmail (dot) com> | 2020-11-07 09:27:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-07 09:27:54 +0700 |
commit | bfebe8b8882bc0b2c09ab42b6b211afc20a37760 (patch) | |
tree | 30d57d844bec554833fcdf2501fc946692886894 /development | |
parent | 6aa92e8d4469fa227e25f22068266a74dfc51634 (diff) |
development/adms: Fix script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/adms/adms.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/development/adms/adms.SlackBuild b/development/adms/adms.SlackBuild index 64a7f436a19a..6f0e69f44405 100644 --- a/development/adms/adms.SlackBuild +++ b/development/adms/adms.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for adms -# Copyright 2020 Fellype do Nascimento, Campinas - Brazil +# Copyright 2020 Fellype do Nascimento, Guaratingueta - Brazil # # All rights reserved. # @@ -27,7 +27,6 @@ PRGNAM=adms VERSION=${VERSION:-2.3.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -SRCNAME=ADMS-release if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -61,7 +60,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $SRCNAME-$VERSION +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |