summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-07-25 10:48:08 +0200
committerBor Kraljič2011-07-25 10:48:08 +0200
commitf2c3f3f00b79e37dc1edcb60d96096c03af49a45 (patch)
tree59b902686b5e43ef82f61720cceb505c8ec136f9
parent04ac8523be2b232f6f46133dae04df4898a413c7 (diff)
libvalhalla: source $GRIMOIRE/hg_download.function before using hg_download
-rwxr-xr-xlibs/libvalhalla/DOWNLOAD1
-rw-r--r--libs/libvalhalla/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/libs/libvalhalla/DOWNLOAD b/libs/libvalhalla/DOWNLOAD
index 24a9860536..3e17e37423 100755
--- a/libs/libvalhalla/DOWNLOAD
+++ b/libs/libvalhalla/DOWNLOAD
@@ -4,5 +4,6 @@
if [[ "${VERSION}" != "mercurial" && "${VERSION}" != "$(date +%Y%m%d)" ]]; then
default_download
else
+ . $GRIMOIRE/hg_download.function
hg_download
fi
diff --git a/libs/libvalhalla/HISTORY b/libs/libvalhalla/HISTORY
index d7dc593d1e..57fe53ae76 100644
--- a/libs/libvalhalla/HISTORY
+++ b/libs/libvalhalla/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor@ver.si>
+ * DOWNLOAD: source $GRIMOIRE/hg_download.function before using hg_download
+
2011-06-01 Ismael Luceno <ismael@sourcemage.org>
* DOWNLOAD: use hg_download