]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
sympa: small update
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Tue, 5 Dec 2006 15:16:48 +0000 (15:16 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Tue, 5 Dec 2006 15:16:48 +0000 (15:16 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@851 370017ae-e619-0410-ac65-c121f96126d4

net/mail/sympa/sympa.SlackBuild

index 4e13fd5c3d8e4d3b3fd1449f214c644dffd4e20a..038222bd70bf68c1ef06b7bf69328bc173955d61 100755 (executable)
@@ -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