From 75d40c349b55fa8dcb17ff91b90cdef772bb9a27 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Fri, 4 Jul 2014 06:56:27 +0200 Subject: [PATCH] vcp: install license in correct place --- srcpkgs/vcp/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vcp/template b/srcpkgs/vcp/template index 587ae446040..492a5b4b612 100644 --- a/srcpkgs/vcp/template +++ b/srcpkgs/vcp/template @@ -1,7 +1,7 @@ # Template file for 'vcp' pkgname=vcp version=2.2 -revision=1 +revision=2 build_style=gnu-makefile maintainer="Dominik Honnef " license="3-clause-BSD" @@ -17,5 +17,5 @@ do_install() { vinstall vcp 755 usr/bin vinstall vcp.1 644 usr/share/man/man1 vinstall vcp.conf.sample 644 etc/ vcp.conf - vinstall COPYRIGHT 644 /usr/share/license/${pkgname} + vinstall COPYRIGHT 644 /usr/share/licenses/${pkgname} }