We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ce6ce commit 068fb49Copy full SHA for 068fb49
config/software/liblzma.rb
@@ -61,7 +61,7 @@
61
configure(*config_command, env: env)
62
puts "------DEBUG-------"
63
puts "------Executing the script-----"
64
- puts Dir["#{project_dir}/*"]
+ puts Dir["#{project_dir}/*/**"]
65
66
# Check if the tar file exists
67
tar_file = "#{project_dir}/xz-#{version}.tar.xz"
config/software/libxml2.rb
@@ -67,7 +67,7 @@
configure(*configure_command, env: env)
68
69
70
71
72
73
0 commit comments