commit 3c62b2a7355d1ea860811400c35d90dfc2ce5e24
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
libtriggers: added real_on_pre_cast #15352
commit 8d7629ceb385ee4c494964a548a309bd3093971c
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
libmisc: mk_tmp_dirs now works also for nonroot-but-uid0 users, patch
by ruskie #15269
commit 730a679739fb3c4c0ef7cfdf79785f9dc2bd0fac
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
config: made BUILD_DIRECTORY ignore INSTALL_ROOT and user changeable,
modified patch by eekee #15234
commit 415215d84d03eadeaf75357ababf80731c6e2577
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
libcast, libtriggers: made conflicts and triggers unsustaining #15226
aka another way for the spellwright to damage a system :)
(cherry-picked from commit b38df46514e1ca8500b8bdd5b1353220a74cbcae)
commit 7c5d9daa636029948402a4de5bb3bf058b1198a6
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
libtrack: made real_track_manual work with whitespace and optimised
it #15240, patch by chp
diff --git a/ChangeLog b/ChangeLog
index 9269268..73f999a 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2009-08-29 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * sustained: removed texinfo #15374
+
+2009-08-29 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * libdepends: fixed real_show_up_depends regression #15357
+ * dl_wget: rename the download to the expected name #15097
+
+2009-08-29 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * libtriggers: added real_on_pre_cast #15352
+
+2009-07-19 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * libmisc: mk_tmp_dirs now works also for nonroot-but-uid0 users,
patch
+ by ruskie #15269
+
+2009-07-19 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * config: made BUILD_DIRECTORY ignore INSTALL_ROOT and user
changeable,
+ modified patch by eekee #15234
+
+2009-05-27 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * libtrack: made real_track_manual work with whitespace and optimised
+ it #15240, patch by chp
+ * libcast, libtriggers: made conflicts and triggers unsustaining
#15226
+
2009-05-27 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* dl_git: fixed syntax error
* libresurrect: fixed installing of spell files from user owned
diff --git a/etc/sorcery/config b/etc/sorcery/config
index db1fdb4..6e75585 100755
--- a/etc/sorcery/config
+++ b/etc/sorcery/config
@@ -174,7 +174,8 @@ PROGRESS_SPINNER_CHARS='-\|/'
[ -r $GRIMOIRE_LIST ] && . $GRIMOIRE_LIST
- BUILD_DIRECTORY=${INSTALL_ROOT}/usr/src
+ # no $INSTALL_ROOT, so it stays consistent through INSTALL #15234
+ BUILD_DIRECTORY=${BUILD_DIRECTORY:-/usr/src}
DOCUMENT_DIRECTORY=${INSTALL_ROOT}/usr/share/doc
CONFIG_STAGE_DIRECTORY=${STATE_ROOT}/var/state/sorcery/staged_configs
rm -f $FILE
- wget $WGET_OPTIONS "$URL" 2>&1 &&
+ wget $WGET_OPTIONS -O "$FILE" "$URL" 2>&1 &&
if ! test -f "$FILE" ; then
# stupid http site trying to be nice and re-direct us, this is a failure
# even though wget doesnt notice it...
diff --git a/var/lib/sorcery/modules/libcast b/var/lib/sorcery/modules/libcast
index 6f19f11..66d1108 100755
--- a/var/lib/sorcery/modules/libcast
+++ b/var/lib/sorcery/modules/libcast
@@ -117,7 +117,7 @@ function run_conflicts() {
text="$text ${SPELL_COLOR}${spell_and_default[0]}${MESSAGE_COLOR}?"