diff --git a/base/archives.sh b/base/archives.sh index 7c3437391a..a48edddd59 100755 --- a/base/archives.sh +++ b/base/archives.sh @@ -32,5 +32,5 @@ find ufos -type f -print | egrep -v '(\/\.svn\/)' | awk '/\.ufo$/ {print}' | xar echo "base..." #don't add the user settings rm -f config.cfg -zip -u9 0base.${EXT} *.cfg +zip -u9 0base.${EXT} *.cfg irc_motd.txt echo "...finished"