generated from archlinux/template
v0.9-1 upd
This commit is contained in:
parent
c816430316
commit
db9626522e
6
PKGBUILD
6
PKGBUILD
@ -22,7 +22,7 @@ build() {
|
||||
package() {
|
||||
|
||||
cd $srcdir/$pkgname-$pkgver/
|
||||
install -m644 -d $pkgdir/lib/$pkgname/ $pkgdir/include/$pkgname/
|
||||
cp -r lib/* $pkgdir/lib/$pkgname/
|
||||
cp -r include/$pkgname/* $pkgdir/include/$pkgname/
|
||||
install -m644 -d $pkgdir/usr/lib/$pkgname/ $pkgdir/usr/include/$pkgname/
|
||||
cp -r lib/* $pkgdir/usr/lib/$pkgname/
|
||||
cp -r include/$pkgname/* $pkgdir/usr/include/$pkgname/
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user