[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (59016c46de3680037108abc7c17c82ca8f4d795a)

Vlad Glagolev scm at sourcemage.org
Wed Apr 2 08:14:28 EDT 2008


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 xfce/exo/PRE_BUILD |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 59016c46de3680037108abc7c17c82ca8f4d795a
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    exo: let's make that patch applyable only if hal's selected

diff --git a/xfce/exo/PRE_BUILD b/xfce/exo/PRE_BUILD
index 0db12da..d781434 100755
--- a/xfce/exo/PRE_BUILD
+++ b/xfce/exo/PRE_BUILD
@@ -1,4 +1,6 @@
 default_pre_build &&
 cd $SOURCE_DIRECTORY &&
 
-patch -p1 < $SPELL_DIRECTORY/exo-mount-hal.patch
+if is_depends_enabled $SPELL hal; then
+  patch -p1 < $SPELL_DIRECTORY/exo-mount-hal.patch
+fi



More information about the SM-Commit mailing list