Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2020-05-12 19:33:53 +03:00
parent 61e6c6a1ac
commit 052c2fb074
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 "$pkgname"
cd "$pkgname-$pkgver"
autoreconf -fi
./configure --prefix=/usr
make
}
package() {
cd "$pkgname"
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}