diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 11:41:29 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 11:41:29 +0000 |
commit | 34ae2374621d5014d29fbee4bc0983e0923e7476 (patch) | |
tree | 1903c9874130fd5f445ef6f5c6a07ba3e956d570 /app/xfs/Makefile.am | |
parent | 905f85641e2d0a8b4bd8fcedcfed70dd6cadb95a (diff) |
Install configuraton in /etc/X11
Diffstat (limited to 'app/xfs/Makefile.am')
-rw-r--r-- | app/xfs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xfs/Makefile.am b/app/xfs/Makefile.am index 5d5ba4d2e..de14474e9 100644 --- a/app/xfs/Makefile.am +++ b/app/xfs/Makefile.am @@ -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 |