diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2006-11-30 14:07:21 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2006-11-30 14:07:21 +0000 |
commit | 4c2b2352a48358043fdc3c77903e083d1c63f5ef (patch) | |
tree | 76e478e1f58e7e52491cf08ac98683c76764b99f /Makefile | |
parent | c4ec13a79e0aba17359449c28d44c77e2dbdd3f9 (diff) |
give a chance of building by referencing the right mtree file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2006/11/29 22:45:03 matthieu Exp $ +# $OpenBSD: Makefile,v 1.5 2006/11/30 14:07:20 todd Exp $ .include <bsd.own.mk> X11BASE?= /usr/X11R6 @@ -85,7 +85,7 @@ distrib-dirs: if [ ! -d ${DESTDIR}${X11ETC}/. ]; then \ ${INSTALL} -d -o root -g wheel -m 755 ${DESTDIR}${X11ETC}/; \ fi - mtree -qdef ${.CURDIR}/etc/mtree/BSD.etc-x11.dist \ + mtree -qdef ${.CURDIR}/etc/mtree/BSD.x11-etc.dist \ -p ${DESTDIR}${X11ETC}/ -U update: _SUBDIRUSE |