Skip to content

Commit 3910453

Browse files
authored
Change install location for the docker compose cli plugin
1 parent 9004a9d commit 3910453

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/pkg_build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ wget --no-check-certificate https://github.com/docker/compose/releases/download/
3030
sha256sum -c docker-compose-linux-x86_64.sha256 2>&1 | grep -q OK || exit 4
3131
rm docker-compose-linux-x86_64.sha256
3232

33-
mkdir -p $tmpdir/usr/local/lib/docker/cli-plugins/
34-
cp docker-compose-linux-x86_64 $tmpdir/usr/local/lib/docker/cli-plugins/docker-compose
35-
chmod -R +x $tmpdir/usr/local/lib/docker/cli-plugins/
33+
mkdir -p $tmpdir/usr/lib/docker/cli-plugins/
34+
cp docker-compose-linux-x86_64 $tmpdir/usr/lib/docker/cli-plugins/docker-compose
35+
chmod -R +x $tmpdir/usr/lib/docker/cli-plugins/
3636
rm docker-compose-linux-x86_64
3737

3838
#Install compose switch
@@ -82,4 +82,4 @@ echo "Compose v${COMPOSE_VERSION}" >> $OUTPUT_FOLDER/release_info
8282
echo "Compose Switch v${COMPOSE_SWITCH_VERSION}" >> $OUTPUT_FOLDER/release_info
8383
echo "Ace v${ACE_VERSION}" >> $OUTPUT_FOLDER/release_info
8484
echo "" >> $OUTPUT_FOLDER/release_info
85-
echo "MD5: $(echo $MD5 | head -n1 | awk '{print $1;}')" >> $OUTPUT_FOLDER/release_info
85+
echo "MD5: $(echo $MD5 | head -n1 | awk '{print $1;}')" >> $OUTPUT_FOLDER/release_info

0 commit comments

Comments
 (0)