man-pages-posix: fix build
This commit is contained in:
parent
969b87569e
commit
d8ba48c8fd
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue