This commit is contained in:
Jack L. Frost 2016-01-16 14:13:16 +03:00
parent a0569c57e0
commit 97a3f6f0d1
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ source=("http://ftp.de.debian.org/debian/pool/main/p/posh/posh_${pkgver}.tar.xz"
build() {
cd "$srcdir/$pkgname-$pkgver"
autoreconf -fi
./configure --prefix=/usr
make
}