Commit 6d76233d authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #549 from jam7/fix-preconfiguration-bug

Fix a bug not removing CREW_DEST_DIR/* before the preconfiguration
parents fbf9ffb5 cd71e4c2
......@@ -221,7 +221,7 @@ def build_and_preconfigure (target_dir)
@pkg.in_build = true
@pkg.build
@pkg.in_build = false
system "rm -rf", CREW_DEST_DIR + "/*" #wipe crew destdir
system "rm -rf #{CREW_DEST_DIR}/*" #wipe crew destdir
puts "Preconfiguring package..."
@pkg.install
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment