summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2015-06-28 10:25:41 +0200
committerAndrew Shadura <andrewsh@debian.org>2015-06-28 10:25:41 +0200
commitb1de80c282f9da3847ee281589fe4658a7ccf411 (patch)
tree605f595de598940ee6bdf5c3753bf2c1ced42dec
parentd0421842c2d6a97390a47a9c11e45a8fa6b7770b (diff)
Refresh script patch: don't try to create downloads directory
-rw-r--r--debian/patches/01-fix-script-paths.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/patches/01-fix-script-paths.patch b/debian/patches/01-fix-script-paths.patch
index 7c74b9d..9c13eb1 100644
--- a/debian/patches/01-fix-script-paths.patch
+++ b/debian/patches/01-fix-script-paths.patch
@@ -61,7 +61,8 @@ index 4c11107..c5b51c8 100644
+bin_dir="$base_dir"
module_dir="$script_dir/modules"
download_dir="$base_dir/downloads"
- mkdir -p "$download_dir" || exit -1
+-mkdir -p "$download_dir" || exit -1
++# mkdir -p "$download_dir" || exit -1
-[ -x $bin_dir/bins.exe ] || \
+[ -x $bin_dir/bins ] || \