diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-01-28 22:16:08 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-01-28 22:16:08 +0000 |
commit | a35a68e688ccb8b686bc1ef25d9664f66e81c6ef (patch) | |
tree | 8b62e0cf76153e93ad167aa03e5795a28a470aeb /kdrive | |
parent | c7f11a766e08bbe0de721269cc51777b5a42c02a (diff) |
Install Xephyr and its manual page using the Makefile generated by
autotools.
Diffstat (limited to 'kdrive')
-rw-r--r-- | kdrive/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdrive/Makefile.bsd-wrapper b/kdrive/Makefile.bsd-wrapper index da7f9aa66..b0dc211eb 100644 --- a/kdrive/Makefile.bsd-wrapper +++ b/kdrive/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2009/01/28 14:51:56 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2009/01/28 22:16:07 matthieu Exp $ .include <bsd.xconf.mk> @@ -18,6 +18,6 @@ CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \ --disable-xvfb realinstall: - ${INSTALL} -c -m 755 hw/kdrive/ephyr/Xephyr ${DESDIR}${BINDIR} + (cd hw/kdrive/ephyr ; make install) .include <bsd.xorg.mk> |