Install configuraton in /etc/X11

This commit is contained in:
matthieu 2006-11-29 11:41:28 +00:00
parent dd7117e102
commit 4c28396995
2 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,7 @@
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
configdir = $(libdir)/X11/fs
configdir = $(datadir)/X11/fs
bin_PROGRAMS = xfs

View File

@ -1,3 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/27 19:27:26 matthieu Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/11/29 11:41:28 matthieu Exp $
CONFIGURE_ARGS= --datadir=/etc
.include <bsd.xorg.mk>