Set owner and group of the XScreenSaver(3) manpage symlink.
Needed for noperm release. ok matthieu
This commit is contained in:
parent
d026ee755f
commit
da27f01d12
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2013/08/13 07:07:13 guenther Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2016/10/02 09:28:53 tb Exp $
|
||||
|
||||
SHARED_LIBS= Xss 6.0
|
||||
|
||||
afterinstall:
|
||||
cd ${DESTDIR}${X11BASE}/man/man3 ; ln -sf Xss.3 XScreenSaver.3
|
||||
cd ${DESTDIR}${X11BASE}/man/man3 ; ln -sf Xss.3 XScreenSaver.3 ; \
|
||||
chown -h ${MANOWN}:${MANGRP} XScreenSaver.3
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user