summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2007-06-13 16:37:46 +0200
committerEric Sandall2007-06-13 10:29:05 -0700
commitc3b1137142e28b16d8ea68b7fad07a1404268993 (patch)
tree9c4b38148fc073d7cc6ce68c9e4e4977e14b5d5c
parent964f586dd4c3fa51609d286bfc260cf797d51424 (diff)
at-spi: fix wrong sourcing #13837
(cherry picked from commit ca568e7759faa1d57b9055fbc3077506ecf674d2)
-rwxr-xr-xgnome2-libs/at-spi/DEPENDS2
-rw-r--r--gnome2-libs/at-spi/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/gnome2-libs/at-spi/DEPENDS b/gnome2-libs/at-spi/DEPENDS
index 65611fc557..8cf3e26c62 100755
--- a/gnome2-libs/at-spi/DEPENDS
+++ b/gnome2-libs/at-spi/DEPENDS
@@ -1,4 +1,4 @@
-source ${GRIMOIRE_DIR}/FUNCTIONS &&
+source $GRIMOIRE/FUNCTIONS &&
depends gail &&
depends libbonobo &&
depends expat &&
diff --git a/gnome2-libs/at-spi/HISTORY b/gnome2-libs/at-spi/HISTORY
index 9cc19dbae3..7c132985ef 100644
--- a/gnome2-libs/at-spi/HISTORY
+++ b/gnome2-libs/at-spi/HISTORY
@@ -1,3 +1,6 @@
+2007-06-13 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * DEPENDS: source $GRIMOIRE/FUNCTIONS not $GRIMOIRE_DIR/FUNCTIONS
+
2007-04-10 Elisamuel Resto <ryuji@mages.ath.cx>
* DEPENDS: added libxtst as per bug #13696