1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

x11/xpra: Create /var/run/xpra directory during installation. It is required by

Xpra when no XDG_RUNTIME_DIR is available.

PR:		248451
This commit is contained in:
Gleb Popov 2020-08-19 11:05:50 +00:00
parent 2bbe890448
commit 3a7e577434
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545311
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= xpra
PORTVERSION= 4.0.2
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://xpra.org/src/
@ -129,5 +130,6 @@ post-install:
${STAGEDIR}${ETCDIR}/xpra.conf.sample
@${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME} -name '*.so' \
-exec ${STRIP_CMD} {} +
@${MKDIR} ${STAGEDIR}/var/run/xpra
.include <bsd.port.post.mk>

View File

@ -1548,3 +1548,4 @@ share/pixmaps/xpra.png
%%HTML5%%%%DATADIR%%/www/js/lib/zlib.pretty.js.map
%%HTML5%%%%DATADIR%%/www/js/lib/zlib.pretty.js.map.br
%%HTML5%%%%DATADIR%%/www/js/lib/zlib.pretty.js.map.gz
@dir(0,0,1777) /var/run/xpra