summaryrefslogtreecommitdiffstats
path: root/e-17/e_dbus/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'e-17/e_dbus/PRE_BUILD')
-rwxr-xr-xe-17/e_dbus/PRE_BUILD23
1 files changed, 13 insertions, 10 deletions
diff --git a/e-17/e_dbus/PRE_BUILD b/e-17/e_dbus/PRE_BUILD
index c8af66f134..d44eba2a83 100755
--- a/e-17/e_dbus/PRE_BUILD
+++ b/e-17/e_dbus/PRE_BUILD
@@ -1,12 +1,15 @@
default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-#
-# Remove .svn directories, otherwise they get installed
-#
-# #15777 find . -type d -name .svn -exec rm -rf {} \; 2>/dev/null || true &&
-#
-# No longer complaing about missing unneeded config.rpath
-#
-touch config.rpath &&
-NOCONFIGURE="ON" ./autogen.sh
+if [ "$E_DBUS_CVS" == "y" ]; then
+ cd $SOURCE_DIRECTORY &&
+ #
+ # Remove .svn directories, otherwise they get installed
+ #
+ # #15777 find . -type d -name .svn -exec rm -rf {} \; 2>/dev/null || true &&
+
+ #
+ # No longer complaing about missing unneeded config.rpath
+ #
+ touch config.rpath &&
+ NOCONFIGURE="ON" ./autogen.sh
+fi