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() {
cd $pkgname-$pkgver
make
return
}
package() {
@ -16,6 +15,10 @@ package() {
make install DESTDIR=$pkgdir
}
backup() {
return
}
license() {
cd $pkgname-$pkgver
cat POSIX-COPYRIGHT