man-pages-posix: fix build

This commit is contained in:
Ella Stanforth 2022-04-22 21:11:49 +00:00
parent 969b87569e
commit d8ba48c8fd

View file

@ -7,8 +7,7 @@ fetch() {
} }
build() { build() {
cd $pkgname-$pkgver return
make
} }
package() { package() {
@ -16,6 +15,10 @@ package() {
make install DESTDIR=$pkgdir make install DESTDIR=$pkgdir
} }
backup() {
return
}
license() { license() {
cd $pkgname-$pkgver cd $pkgname-$pkgver
cat POSIX-COPYRIGHT cat POSIX-COPYRIGHT