summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--development/adms/adms.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/development/adms/adms.SlackBuild b/development/adms/adms.SlackBuild
index 64a7f436a1..6f0e69f444 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 \