summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2010-10-06 15:49:15 -0700
committerEric Sandall2010-10-06 15:49:15 -0700
commite181b862013bd3ecb16f52f6087cb9b8df98872d (patch)
tree043b14e3dacfc8688a984e61ff0b400ddc5a180e
parent9759c5aa56d576fd3c6804e84e4126a751e7b69b (diff)
at-spi: Quote paths and provide patch message
-rw-r--r--gnome2-libs/at-spi/HISTORY1
-rwxr-xr-xgnome2-libs/at-spi/PRE_BUILD6
2 files changed, 5 insertions, 2 deletions
diff --git a/gnome2-libs/at-spi/HISTORY b/gnome2-libs/at-spi/HISTORY
index b3a9e7d5e8..92c6be06f8 100644
--- a/gnome2-libs/at-spi/HISTORY
+++ b/gnome2-libs/at-spi/HISTORY
@@ -1,5 +1,6 @@
2010-10-06 Eric Sandall <sandalle@sourcemage.org>
* PRE_BUILD: Fix new make 3.82 syntax
+ Quote paths and provide patch message
2010-06-13 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 1.30.1
diff --git a/gnome2-libs/at-spi/PRE_BUILD b/gnome2-libs/at-spi/PRE_BUILD
index 20de3ee507..6c90aa890c 100755
--- a/gnome2-libs/at-spi/PRE_BUILD
+++ b/gnome2-libs/at-spi/PRE_BUILD
@@ -1,3 +1,5 @@
default_pre_build &&
-patch $SOURCE_DIRECTORY/Makefile.in \
- $SPELL_DIRECTORY/make.patch
+
+message "${MESSAGE_COLOR}Applying make 3.82 syntax patch...${DEFAULT_COLOR}" &&
+patch "$SOURCE_DIRECTORY"/Makefile.in \
+ "$SPELL_DIRECTORY"/make.patch