xpra: fix location of X11/xorg.conf.d file
This commit is contained in:
parent
c966b22bcf
commit
6d24049602
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xpra'
|
||||
pkgname=xpra
|
||||
version=2.4.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python2-module
|
||||
pycompile_module="xpra"
|
||||
hostmakedepends="pkg-config python-Cython"
|
||||
|
@ -33,4 +33,7 @@ post_extract() {
|
|||
post_install() {
|
||||
sed -i "s:${DESTDIR/\/\//\/}::" ${DESTDIR}/etc/xpra/conf.d/55_server_x11.conf
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue