From 3456e81321342447bcf0d08d2796a625e165a0e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Fri, 20 Feb 2009 21:02:47 +0000 Subject: [PATCH] * add our module loader generator to the list of executables --- webcit/buildpackages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2