TEMPLATING: add possibility to stack another context inbetween conditional tags
[citadel.git] / webcit / bootstrap
index 84de74c831b228ff895eb46df58e62b8c3f0a25d..2c1f5941b7c77788d10e0c4a031bf3719a8392d2 100755 (executable)
@@ -6,7 +6,7 @@
 # Remove any vestiges of pre-6.05 build environments
 rm -f .libs modules *.so *.lo *.la 2>/dev/null
 
-./get_ical_data.sh
+./scripts/get_ical_data.sh
 
 echo ... running aclocal ...
 aclocal
@@ -23,7 +23,7 @@ echo ... running autoheader ...
 autoheader
 
 echo ... mk_module_init.sh ...
-./mk_module_init.sh
+./scripts/mk_module_init.sh
 
 
 echo