Skip to content

Commit 3cf202f

Browse files
lukeseawalkertilne
authored andcommitted
Fix torque build for Ubuntu18
Package libicu-dev_55.1-7ubuntu0.4_amd64.deb is no longer available Download all packages matching the pattern 'libicu-dev_55.1-7ubuntu*amd64.deb', recursively (-r), avoiding to ascend to the parent dir (-np) and without creating the hierarchy of directories (-nd) Signed-off-by: Luca Carrogu <[email protected]>
1 parent 1e5764c commit 3cf202f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

recipes/torque_install.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
code <<-TORQUE
4747
set -e
4848
# Headers needed for compilation
49+
# Download all packages matching the pattern 'libicu-dev_55.1-7ubuntu*amd64.deb'
50+
# recursively (-r), avoiding to ascend to the parent dir (-np)
51+
# and without creating the hierarchy of directories (-nd)
4952
wget -r -np -nd http://security.ubuntu.com/ubuntu/pool/main/i/icu/ -A 'libicu-dev_55.1-7ubuntu*amd64.deb'
5053
dpkg -x libicu-dev_55.1-7ubuntu*amd64.deb extra_libs
5154
TORQUE

0 commit comments

Comments
 (0)