It's just 'posh' now

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2017-01-03 23:36:05 +03:00
parent 91b5bf1c6b
commit 9b2b7feae6
1 changed files with 2 additions and 2 deletions

View File

@ -12,14 +12,14 @@ makedepends=( 'automake' )
source=("http://ftp.de.debian.org/debian/pool/main/p/posh/posh_${pkgver}.tar.xz")
build() {
cd "$srcdir/$pkgname-$pkgver"
cd "$pkgname"
autoreconf -fi
./configure --prefix=/usr
make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
cd "$pkgname"
make DESTDIR="$pkgdir/" install
}