summaryrefslogtreecommitdiffstats
path: root/e-17/efreet/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'e-17/efreet/PRE_BUILD')
-rwxr-xr-xe-17/efreet/PRE_BUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/e-17/efreet/PRE_BUILD b/e-17/efreet/PRE_BUILD
index 62f06e2ae0..c5c37afc7b 100755
--- a/e-17/efreet/PRE_BUILD
+++ b/e-17/efreet/PRE_BUILD
@@ -1,8 +1,10 @@
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 &&
+if [ "$EFREET_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 &&
-NOCONFIGURE=ON ./autogen.sh
+ NOCONFIGURE=ON ./autogen.sh
+fi