- Force symlink creation
PR: ports/118660 Reviewed by: x11 (silencio)
This commit is contained in:
parent
d2598c5fa1
commit
30c4d1c0eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208013
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ CONFIGURE_ARGS+= --with-xkb-base=${PREFIX}/share/X11/xkb \
|
|||
|
||||
post-install:
|
||||
${MKDIR} /var/lib/xkb
|
||||
${LN} -s /var/lib/xkb ${PREFIX}/share/X11/xkb/compiled
|
||||
${LN} -sf /var/lib/xkb ${PREFIX}/share/X11/xkb/compiled
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue