]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
sympa: install.log fix
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Wed, 6 Dec 2006 18:37:23 +0000 (18:37 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Wed, 6 Dec 2006 18:37:23 +0000 (18:37 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@907 370017ae-e619-0410-ac65-c121f96126d4

net/mail/sympa/sympa.SlackBuild

index eb5b376e853fb3d61db43f9741f50492c2a3044b..70760473c71b8be6fe0a9671e0a186974c208906 100755 (executable)
@@ -28,7 +28,7 @@ fi
 PACKAGE="sympa"
 VERSION=${VERSION:=5.2.3}
 ARCH=${ARCH:=i486}
-BUILD=${BUILD:=1rha}
+BUILD=${BUILD:=2rha}
 SRC_DIR=${SRC:=$CWD}
 TMP=${TMP:=/tmp}
 REPOS=${REPOS:=$TMP}
@@ -73,7 +73,7 @@ cd $PACKAGE-$VERSION
 ./configure --with-initdir=/etc/rc.d/ --prefix=/usr/local/sympa --with-confdir=/usr/local/sympa/conf \
             --with-etcdir=/usr/local/sympa/etc || exit $ERROR_CONF
 make || exit $ERROR_MAKE
-make DESTDIR=$TMP/package-$PACKAGE install | tee $TMP/package-$PACKAGE/install.log || exit $ERROR_INSTALL
+make DESTDIR=$TMP/package-$PACKAGE install | tee $TMP/install.log || exit $ERROR_INSTALL
 
 CWD="`pwd`"
 
@@ -138,6 +138,6 @@ echo "Package creation complete. PLEASE check if everything is fine."
 if [ "$CLEANUP" == "yes" ]; then
   rm -rf $TMP
 else
-  echo "Log files at $TMP/package-$PACKAGE/install.log"
+  echo "Log files at $TMP/install.log"
 fi