diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index fe669ae815e..9aa984de01b 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -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 }