* add our module loader generator to the list of executables
authorWilfried Göesgens <willi@citadel.org>
Fri, 20 Feb 2009 21:02:47 +0000 (21:02 +0000)
committerWilfried Göesgens <willi@citadel.org>
Fri, 20 Feb 2009 21:02:47 +0000 (21:02 +0000)
webcit/buildpackages

index ef0763a4bd7d8cf32b519d973a3126880b782b69..ae6dc187df913aa80df3acbbec76e172bad559b2 100755 (executable)
@@ -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