From: Wilfried Göesgens Date: Fri, 20 Feb 2009 21:02:47 +0000 (+0000) Subject: * add our module loader generator to the list of executables X-Git-Tag: v7.86~1430 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;ds=sidebyside;h=3456e81321342447bcf0d08d2796a625e165a0e1;p=citadel.git * add our module loader generator to the list of executables --- diff --git a/webcit/buildpackages b/webcit/buildpackages index ef0763a4b..ae6dc187d 100755 --- a/webcit/buildpackages +++ b/webcit/buildpackages @@ -50,7 +50,7 @@ case $1 in cd tmp/webcit-$WEBCIT_VERSION rm -rf `find -name .svn ` svn*tmp* build-stamp configure-stamp *~ config.guess config.log config.status autom4te.cache find -type f -exec chmod a-x {} \; - chmod a+x configure debian/rules po/create-pot.sh + chmod a+x configure debian/rules po/create-pot.sh mk_module_init.sh cd .. tar -chzf webcit_${WEBCIT_VERSION}.orig.tar.gz webcit-${WEBCIT_VERSION}/ --exclude "debian/*" pwd