]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
mairix: update
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Thu, 19 Oct 2006 23:23:19 +0000 (23:23 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Thu, 19 Oct 2006 23:23:19 +0000 (23:23 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@467 370017ae-e619-0410-ac65-c121f96126d4

mairix/mairix.SlackBuild

index 19c08d3bd12ca962aa94ceea5654d7f28c05f3eb..04fe7b099a949ab5c7e8c960848692aad2dbbb16 100755 (executable)
@@ -159,7 +159,7 @@ if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then
   patch -p1 < $CWD/$PACKAGE-$VERSION.diff || exit $ERROR_PATCH
 fi
 
-./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR || exit $ERROR_CONF
+./configure --prefix=/usr || exit $ERROR_CONF
 make || exit $ERROR_MAKE
 make DESTDIR=$TMP/package-$PACKAGE install || exit $ERROR_INSTALL