summaryrefslogtreecommitdiff
path: root/mc
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2009-05-28 13:23:12 +0200
committerJuergen Daubert <jue@jue.li>2009-05-28 13:23:12 +0200
commit832dc43a5fc4ffc30d36ab7fb0831c6ea58e205c (patch)
tree68fea23ef6306b08d3f633b26b6e460fb587a228 /mc
parentc59a9dc09834e3f935bec498fb463604f05de8a7 (diff)
downloadopt-832dc43a5fc4ffc30d36ab7fb0831c6ea58e205c.tar.gz
opt-832dc43a5fc4ffc30d36ab7fb0831c6ea58e205c.tar.xz
mc: fix build for automake 1.11, ticket #453
Diffstat (limited to 'mc')
-rw-r--r--mc/Pkgfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mc/Pkgfile b/mc/Pkgfile
index 20561552e..64a529901 100644
--- a/mc/Pkgfile
+++ b/mc/Pkgfile
@@ -5,12 +5,15 @@
name=mc
version=4.6.2
-release=1
+release=2
source=(http://www.midnight-commander.org/downloads/$name-$version.tar.gz)
build () {
cd $name-$version
+ aclocal
+ automake -a
+
./configure --prefix=/usr \
--mandir=/usr/man \
--libexecdir=/usr/lib \

Generated by cgit