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