diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-09 08:12:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-09 08:12:21 +0700 |
commit | f57825332f14b460325a3551ca36d6962dc29ed9 (patch) | |
tree | 8d5527c986a4e547157ed9470b2664d829c41039 /network/awscli/awscli.SlackBuild | |
parent | 04d8c0e8cd71bf52bfdac32db021e4428a922ee1 (diff) |
network/awscli: Fix script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/awscli/awscli.SlackBuild')
-rw-r--r-- | network/awscli/awscli.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/network/awscli/awscli.SlackBuild b/network/awscli/awscli.SlackBuild index aa1d6d8f5575e..cb46e94800694 100644 --- a/network/awscli/awscli.SlackBuild +++ b/network/awscli/awscli.SlackBuild @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -71,7 +68,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ |