From 750df2fcc6da7f206785c5a3bb889d1c7ddbef0f Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 19 Nov 2016 08:45:51 +0000 Subject: [PATCH] Fix a copy-paste error that resulted in the parent directory being chowned instead of only the symlink. no objections matthieu --- lib/fontconfig/conf.d/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/fontconfig/conf.d/Makefile b/lib/fontconfig/conf.d/Makefile index f62f3e37b..81733c1f5 100644 --- a/lib/fontconfig/conf.d/Makefile +++ b/lib/fontconfig/conf.d/Makefile @@ -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 CONFIGDIR = /etc/fonts/conf.d @@ -75,7 +75,7 @@ install: chown -h ${BINOWN}:${BINGRP} $$i; \ rm -f $$i; \ ln -s ${CONFAVAILREL}/$$i .; \ - chown -h ${BINOWN}:${BINGRP} $$i .; \ + chown -h ${BINOWN}:${BINGRP} $$i; \ done) NOOBJ=