From a66a8439071e112cc44249b6e45bb33858dc18bf Mon Sep 17 00:00:00 2001 From: rofl0r Date: Mon, 7 May 2012 20:41:52 +0200 Subject: [PATCH] add custom_downloadscript --- custom_downloadscript.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 custom_downloadscript.txt diff --git a/custom_downloadscript.txt b/custom_downloadscript.txt new file mode 100644 index 0000000..831fd51 --- /dev/null +++ b/custom_downloadscript.txt @@ -0,0 +1,5 @@ +#!/bin/sh +%BUTCH_CONFIG +export butch_package_name=%BUTCH_PACKAGE_NAME +butch_cache_dir="$C" +wget -O "$butch_cache_dir/%BUTCH_TARBALL" '%BUTCH_MIRROR_URL'