Skip to content

Commit bee2722

Browse files
authored
Unzip elixir binary in /usr/ folder (#1210)
1 parent b87d900 commit bee2722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ debian-install-deps:
9191
cd ~/ \
9292
sudo dpkg -i /tmp/libssl1.1_1.1.1w-0+deb11u1_amd64.deb \
9393
sudo dpkg -i /tmp/esl-erlang_26.2.3-1~debian~buster_amd64.deb \
94-
sudo unzip -qo /tmp/elixir-otp-26.zip
94+
sudo unzip -d /usr/ -qo /tmp/elixir-otp-26.zip
9595
rm /tmp/libssl1.1_1.1.1w-0+deb11u1_amd64.deb
9696
rm /tmp/esl-erlang_26.2.3-1~debian~buster_amd64.deb
9797
rm /tmp/elixir-otp-26.zip

0 commit comments

Comments
 (0)