foomatic-db-engine: fix installation (/lib -> /usr/lib).

This commit is contained in:
Juan RP 2014-03-31 10:36:42 +02:00
parent 132006b25d
commit e673b4ae07
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# Template file for 'foomatic-db-engine'
pkgname=foomatic-db-engine
version=4.0.10
revision=1
revision=2
build_style=gnu-configure
configure_args="--libdir=/usr/lib"
hostmakedepends="wget perl foomatic-db foomatic-filters ghostscript cups libxml2-devel"
makedepends="libxml2-devel cups-devel"
depends="${hostmakedepends}"