diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-30 17:12:59 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-30 17:12:59 +0000 |
commit | c545789b34d3f57e8781354d118f7a6bf312a843 (patch) | |
tree | 872e1e6cf7fcc2ec6dc74a4732ea7972578ab9c4 /Makefile | |
parent | 349dd20ec57c23f021dfdc732197935db694e21f (diff) |
revert
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2006/11/30 14:07:20 todd Exp $ +# $OpenBSD: Makefile,v 1.6 2006/11/30 17:12:58 matthieu 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.x11-etc.dist \ + mtree -qdef ${.CURDIR}/etc/mtree/BSD.etc-x11.dist \ -p ${DESTDIR}${X11ETC}/ -U update: _SUBDIRUSE |