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 \