aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-13 17:31:32 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-13 17:31:32 +0000
commit1db599ab9995767b32e428658ebded7aa94ef9c5 (patch)
tree829eee65d4190f0bb298ac7cb22ea83287467b21
parent4207b6941ea16be567ccf896f97b902a56a55d11 (diff)
downloadslackbuilds-1db599ab9995767b32e428658ebded7aa94ef9c5.tar.gz
slackbuilds-1db599ab9995767b32e428658ebded7aa94ef9c5.tar.bz2
nano update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@31 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-xnano/nano.SlackBuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/nano/nano.SlackBuild b/nano/nano.SlackBuild
index 779eb724..6c84a3ff 100755
--- a/nano/nano.SlackBuild
+++ b/nano/nano.SlackBuild
@@ -58,7 +58,6 @@ if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then
patch -p1 < $CWD/$PACKAGE-$VERSION.diff
fi
-./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR
make
make DESTDIR=$TMP/package-$PACKAGE install