INCLUDE_PREFIX

This commit is contained in:
Jack L. Frost 2015-08-24 00:37:15 +03:00
parent 58448ac1e3
commit 587781b641
1 changed files with 2 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# % Trigger: 1440186708 %
pkgname=fskit-git
pkgver=r239.1d3423b
pkgver=r244.af620ba
pkgrel=1
pkgdesc='Filesystem utility library and SDK'
url='https://github.com/jcnelson/fskit.git'
@ -32,8 +32,5 @@ build() {
package() {
cd "${pkgname}"
make INCLUDEDIR="${pkgdir}/usr/include" \
LIBDIR="${pkgdir}/usr/lib" \
PKGCONFIGDIR="${pkgdir}/usr/lib/pkgconfig" \
install
make DESTDIR="${pkgdir}" PREFIX='/usr' INCLUDE_PREFIX='/usr' install
}