diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-03-21 15:15:15 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-03-21 15:15:15 +0000 |
commit | a65208539a31ea8e9ad9176f4adcddd7cacc6987 (patch) | |
tree | 73db677538cb666288cc32c8d4a92e8e352b99f6 | |
parent | 0a184b391de80f8f478712b1cea945287096302f (diff) | |
download | slackbuilds-a65208539a31ea8e9ad9176f4adcddd7cacc6987.tar.gz slackbuilds-a65208539a31ea8e9ad9176f4adcddd7cacc6987.tar.bz2 |
moin: removed configure section
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1662 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-x | www/apps/moin/moin.SlackBuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/www/apps/moin/moin.SlackBuild b/www/apps/moin/moin.SlackBuild index 0c16acd9..5d9398b0 100755 --- a/www/apps/moin/moin.SlackBuild +++ b/www/apps/moin/moin.SlackBuild @@ -89,12 +89,6 @@ tar --no-same-owner --no-same-permissions -xvf "$SRC_DIR/$SRC" || exit $ERROR_TA PKG_SRC="$PWD/`ls -l | awk '/^d/ { print $8 }'`" cd "$PKG_SRC" -# Configure -CFLAGS="$SLKCFLAGS" \ - CXXFLAGS="$SLKCFLAGS" \ - ./configure \ - --prefix="$PREFIX" --libdir="$LIBDIR" $CONF_OPTIONS || exit $ERROR_CONF - # Build and install package python setup.py build install --root=$PKG |