mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/docker-compose: Fix github tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
8fd3d0b027
commit
b17b17b2c8
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -3,7 +3,7 @@ VERSION="2.20.2"
|
|||
HOMEPAGE="https://docs.docker.com/compose/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/docker/compose/archive/v2.20.2/docker-compose-2.20.2.tar.gz"
|
||||
DOWNLOAD_x86_64="https://github.com/docker/compose/archive/v2.20.2/compose-2.20.2.tar.gz"
|
||||
MD5SUM_x86_64="955c4d4a1f973ad93d4d23e3438cf850"
|
||||
REQUIRES="docker-cli"
|
||||
MAINTAINER="Ebben Aries"
|
||||
|
|
Loading…
Reference in a new issue