summaryrefslogtreecommitdiffstats
path: root/e-17/emotion/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'e-17/emotion/PRE_BUILD')
-rwxr-xr-xe-17/emotion/PRE_BUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/e-17/emotion/PRE_BUILD b/e-17/emotion/PRE_BUILD
new file mode 100755
index 0000000000..f077ac70a7
--- /dev/null
+++ b/e-17/emotion/PRE_BUILD
@@ -0,0 +1,11 @@
+default_pre_build &&
+
+if [[ $EMOTION_BRANCH == scm ]]; 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