summaryrefslogtreecommitdiffstats
path: root/e/enhance/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'e/enhance/PRE_BUILD')
-rwxr-xr-xe/enhance/PRE_BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/e/enhance/PRE_BUILD b/e/enhance/PRE_BUILD
index 534a7d38b7..7de6369ba9 100755
--- a/e/enhance/PRE_BUILD
+++ b/e/enhance/PRE_BUILD
@@ -1,3 +1,10 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+
+if grep proto CVS/Repository > /dev/null; then
+message "${PROBLEM_COLOR}SOURCE_URL of $SPELL has been changed.
+Please remove old /var/spool/sorcery/$SPELL-cvs.tar.bz2${DEFAULT_COLOR}" &&
+return 1
+fi &&
+
NOCONFIGURE=ON ./autogen.sh