* refreshed translation files with new strings
[citadel.git] / webcit / buildpackages
index f55748a7d4601c735c7286e9b6723656b617a412..95462fff5976e69a4b51c194374d24febd38acaa 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 
+           chmod a+x configure debian/rules po/create-pot.sh
            cd ..
            tar -chzf webcit_${WEBCIT_VERSION}.orig.tar.gz webcit-${WEBCIT_VERSION}/ --exclude "debian/*"
            pwd