summaryrefslogtreecommitdiffstats
path: root/e-17/eina/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'e-17/eina/PRE_BUILD')
-rwxr-xr-xe-17/eina/PRE_BUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/e-17/eina/PRE_BUILD b/e-17/eina/PRE_BUILD
index 114251ce7c..d2230cbc25 100755
--- a/e-17/eina/PRE_BUILD
+++ b/e-17/eina/PRE_BUILD
@@ -1,8 +1,11 @@
default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-#
-# Remove .svn directories, otherwise they get installed
-# Don't do it #15777
-# find . -type d -name .svn -exec rm -rf {} \; 2>/dev/null || true &&
-NOCONFIGURE=ON ./autogen.sh
+if [ "$EINA_CVS" == "y" ]; then
+ cd $SOURCE_DIRECTORY &&
+ #
+ # Remove .svn directories, otherwise they get installed
+ # Don't do it #15777
+ # find . -type d -name .svn -exec rm -rf {} \; 2>/dev/null || true &&
+
+ NOCONFIGURE=ON ./autogen.sh
+fi