libparserutils: install license into proper location.

This commit is contained in:
davehome 2012-07-06 07:23:17 -06:00
parent 5b176d2112
commit 7e0bc57991

View file

@ -1,7 +1,7 @@
# Template build file for 'libnsgif'.
pkgname=libparserutils
version=0.1.1
revision=3
revision=4
homepage="http://www.netsurf-browser.org"
distfiles="${homepage}/projects/releases/${pkgname}-${version}-src.tar.gz"
makedepends="perl"
@ -40,5 +40,5 @@ do_install() {
make ${makejobs} COMPONENT_TYPE=lib-static \
PREFIX=/usr DESTDIR=${DESTDIR} install
vinstall "${wrksrc}/COPYING" 0644 "usr/share/license/${pkgname}"
vinstall "${wrksrc}/COPYING" 0644 "usr/share/licenses/${pkgname}"
}