Skip to content

Commit 068fb49

Browse files
committed
checking whether tar file is present or not
Signed-off-by: muthuja <[email protected]>
1 parent f1ce6ce commit 068fb49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/software/liblzma.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
configure(*config_command, env: env)
6262
puts "------DEBUG-------"
6363
puts "------Executing the script-----"
64-
puts Dir["#{project_dir}/*"]
64+
puts Dir["#{project_dir}/*/**"]
6565

6666
# Check if the tar file exists
6767
tar_file = "#{project_dir}/xz-#{version}.tar.xz"

config/software/libxml2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
configure(*configure_command, env: env)
6868
puts "------DEBUG-------"
6969
puts "------Executing the script-----"
70-
puts Dir["#{project_dir}/*"]
70+
puts Dir["#{project_dir}/*/**"]
7171

7272
# Check if the tar file exists
7373
tar_file = "#{project_dir}/xz-#{version}.tar.xz"

0 commit comments

Comments
 (0)