diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-05 15:16:48 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-05 15:16:48 +0000 |
commit | 9df10bd25b81927871ec73b7aa5ea5bece4f8d5b (patch) | |
tree | 26cf7686e5e33c220fae73e640416b4dc0b1af50 /net/mail | |
parent | bdf78de323eb7bb4e808b29e407f0521d180e9e4 (diff) | |
download | slackbuilds-9df10bd25b81927871ec73b7aa5ea5bece4f8d5b.tar.gz slackbuilds-9df10bd25b81927871ec73b7aa5ea5bece4f8d5b.tar.bz2 |
sympa: small update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@851 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/mail')
-rwxr-xr-x | net/mail/sympa/sympa.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/mail/sympa/sympa.SlackBuild b/net/mail/sympa/sympa.SlackBuild index 4e13fd5c..038222bd 100755 --- a/net/mail/sympa/sympa.SlackBuild +++ b/net/mail/sympa/sympa.SlackBuild @@ -107,8 +107,8 @@ sympa: a complete Web interface for both the user and the administrator. sympa: It is internationalized. Sites can customize Web and mail templates, sympa: authentication backends, and authorization scenarios. Dynamic mailing sympa: lists can use multiple backends (LDAP, SQL, files, lists, or others). -sympa: Sympa is the only S/MIME enabled mailing list software, and it provides -sympa: both authentication and encryption. +sympa: Sympa is the only S/MIME enabled mailing list software, and it +sympa: provides both authentication and encryption. sympa: EOF @@ -134,9 +134,10 @@ echo '( touch /var/log/sympa)' >> install/doinst.sh makepkg -c y -l y $REPOS/$PACKAGE-$VERSION-$ARCH-$BUILD.tgz || exit $ERROR_MKPKG echo "Package creation complete. PLEASE check if everything is fine." -echo "Log files at $TMP/package-$PACKAGE/install.log" if [ "$CLEANUP" == "yes" ]; then rm -rf $TMP +else + echo "Log files at $TMP/package-$PACKAGE/install.log" fi |