weston: install license correctly.
This commit is contained in:
parent
368e390ac3
commit
707867999b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue