From 707867999bf7e87cb238f15aa2b3b5eb2cd32ba1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 6 Feb 2015 09:37:00 +0100 Subject: [PATCH] weston: install license correctly. --- srcpkgs/weston/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/weston/template b/srcpkgs/weston/template index e00fce04d20..11f198d6ab0 100644 --- a/srcpkgs/weston/template +++ b/srcpkgs/weston/template @@ -1,7 +1,7 @@ # Template file for 'weston'. pkgname=weston version=1.6.1 -revision=1 +revision=2 build_style=gnu-configure # XXX enable rdp compositor if freerdp is updated to >=1.1. configure_args="--enable-libinput-backend --disable-setuid-install @@ -57,7 +57,7 @@ pre_configure() { post_install() { # weston-launch must be setuid chmod u+s ${DESTDIR}/usr/bin/weston-launch - vinstall COPYING 644 usr/share/license/$pkgname + vlicense COPYING LICENSE # Remove development files. rm -rf ${DESTDIR}/usr/include rm -rf ${DESTDIR}/usr/lib/pkgconfig