mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
vcp: install license in correct place
This commit is contained in:
parent
c01299d144
commit
75d40c349b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vcp'
|
# Template file for 'vcp'
|
||||||
pkgname=vcp
|
pkgname=vcp
|
||||||
version=2.2
|
version=2.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
|
@ -17,5 +17,5 @@ do_install() {
|
||||||
vinstall vcp 755 usr/bin
|
vinstall vcp 755 usr/bin
|
||||||
vinstall vcp.1 644 usr/share/man/man1
|
vinstall vcp.1 644 usr/share/man/man1
|
||||||
vinstall vcp.conf.sample 644 etc/ vcp.conf
|
vinstall vcp.conf.sample 644 etc/ vcp.conf
|
||||||
vinstall COPYRIGHT 644 /usr/share/license/${pkgname}
|
vinstall COPYRIGHT 644 /usr/share/licenses/${pkgname}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue