libparserutils: install license into proper location.
This commit is contained in:
parent
5b176d2112
commit
7e0bc57991
1 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue