xpra: fix location of X11/xorg.conf.d file
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'xpra'
|
# Template file for 'xpra'
|
||||||
pkgname=xpra
|
pkgname=xpra
|
||||||
version=2.4.2
|
version=2.4.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_module="xpra"
|
pycompile_module="xpra"
|
||||||
hostmakedepends="pkg-config python-Cython"
|
hostmakedepends="pkg-config python-Cython"
|
||||||
@@ -33,4 +33,7 @@ post_extract() {
|
|||||||
post_install() {
|
post_install() {
|
||||||
sed -i "s:${DESTDIR/\/\//\/}::" ${DESTDIR}/etc/xpra/conf.d/55_server_x11.conf
|
sed -i "s:${DESTDIR/\/\//\/}::" ${DESTDIR}/etc/xpra/conf.d/55_server_x11.conf
|
||||||
rm -rf ${DESTDIR}/etc/init.d
|
rm -rf ${DESTDIR}/etc/init.d
|
||||||
|
|
||||||
|
vmkdir usr/share/X11/xorg.conf.d
|
||||||
|
mv ${DESTDIR}/etc/X11/xorg.conf.d/* ${DESTDIR}/usr/share/X11/xorg.conf.d
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user