We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a790d77 commit 67060bfCopy full SHA for 67060bf
recipes/archive-7z/70-create-archive.rake
@@ -1,10 +1,10 @@
1
file archivefile => sandbox_task.sandboxfiles do
2
rm_f archivefile
3
msys_sh <<-EOT
4
- pacman -S --needed --noconfirm p7zip
+ pacman -S --needed --noconfirm $MINGW_PACKAGE_PREFIX-7zip
5
EOT
6
7
chdir "recipes/sandbox" do
8
- sh "sh 7z a -bd ../../#{archivefile} #{sandboxdir.sub("recipes/sandbox/", "")} | ruby -ne \"STDERR.print '.'\""
+ sh "7z a -bd -snl ../../#{archivefile} #{sandboxdir.sub("recipes/sandbox/", "")} | ruby -ne \"STDERR.print '.'\""
9
end
10
0 commit comments