mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/mount-s3: Fix DOWNLOAD.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5c17611d6f
commit
a132e12ca2
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ cd $TMP
|
|||
rm -rf $PRGNAM
|
||||
mkdir -p $PRGNAM
|
||||
cd $PRGNAM
|
||||
tar xvf $CWD/$PRGNAM.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION-$ARCH.tar.gz
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -3,7 +3,7 @@ VERSION="1.0.0"
|
|||
HOMEPAGE="https://github.com/awslabs/mountpoint-s3/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://s3.amazonaws.com/mountpoint-s3-release/latest/x86_64/mount-s3.tar.gz"
|
||||
DOWNLOAD_x86_64="https://s3.amazonaws.com/mountpoint-s3-release/1.0.0/x86_64/mount-s3-1.0.0-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="2eff593b86776ee27ccc408af2532f11"
|
||||
REQUIRES="awscli"
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
|
|
Loading…
Reference in a new issue