weston: install license correctly.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'weston'.
|
# Template file for 'weston'.
|
||||||
pkgname=weston
|
pkgname=weston
|
||||||
version=1.6.1
|
version=1.6.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# XXX enable rdp compositor if freerdp is updated to >=1.1.
|
# XXX enable rdp compositor if freerdp is updated to >=1.1.
|
||||||
configure_args="--enable-libinput-backend --disable-setuid-install
|
configure_args="--enable-libinput-backend --disable-setuid-install
|
||||||
@@ -57,7 +57,7 @@ pre_configure() {
|
|||||||
post_install() {
|
post_install() {
|
||||||
# weston-launch must be setuid
|
# weston-launch must be setuid
|
||||||
chmod u+s ${DESTDIR}/usr/bin/weston-launch
|
chmod u+s ${DESTDIR}/usr/bin/weston-launch
|
||||||
vinstall COPYING 644 usr/share/license/$pkgname
|
vlicense COPYING LICENSE
|
||||||
# Remove development files.
|
# Remove development files.
|
||||||
rm -rf ${DESTDIR}/usr/include
|
rm -rf ${DESTDIR}/usr/include
|
||||||
rm -rf ${DESTDIR}/usr/lib/pkgconfig
|
rm -rf ${DESTDIR}/usr/lib/pkgconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user