mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-15 13:49:17 +00:00
Fix a copy-paste error that resulted in the parent directory being
chowned instead of only the symlink. no objections matthieu
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.9 2016/10/02 09:19:28 tb Exp $
|
# $OpenBSD: Makefile,v 1.10 2016/11/19 08:45:51 tb Exp $
|
||||||
|
|
||||||
FONTCONFIG = ${.CURDIR}/../../../dist/fontconfig
|
FONTCONFIG = ${.CURDIR}/../../../dist/fontconfig
|
||||||
CONFIGDIR = /etc/fonts/conf.d
|
CONFIGDIR = /etc/fonts/conf.d
|
||||||
@@ -75,7 +75,7 @@ install:
|
|||||||
chown -h ${BINOWN}:${BINGRP} $$i; \
|
chown -h ${BINOWN}:${BINGRP} $$i; \
|
||||||
rm -f $$i; \
|
rm -f $$i; \
|
||||||
ln -s ${CONFAVAILREL}/$$i .; \
|
ln -s ${CONFAVAILREL}/$$i .; \
|
||||||
chown -h ${BINOWN}:${BINGRP} $$i .; \
|
chown -h ${BINOWN}:${BINGRP} $$i; \
|
||||||
done)
|
done)
|
||||||
|
|
||||||
NOOBJ=
|
NOOBJ=
|
||||||
|
|||||||
Reference in New Issue
Block a user