diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 12:25:40 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 12:25:40 +0000 |
commit | 2d8a4f892065c7cfef5ddd104a83dc35d16682df (patch) | |
tree | 2bb607f8276fa4cd4dff354c1faafb9eca8febe5 /app/proxymngr/Makefile.am | |
parent | 86ae30a40e7acb397c1d03dc1cbdd2e41cee57d1 (diff) |
Install config in /etc/X11
Diffstat (limited to 'app/proxymngr/Makefile.am')
-rw-r--r-- | app/proxymngr/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/proxymngr/Makefile.am b/app/proxymngr/Makefile.am index c8920b857..f9f65e79f 100644 --- a/app/proxymngr/Makefile.am +++ b/app/proxymngr/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = proxymngr -CONFIG_DIR = $(libdir)/X11/proxymngr +CONFIG_DIR = $(datadir)/X11/proxymngr proxymngr_CFLAGS = \ $(PROXYMNGR_CFLAGS) \ |