From 1631ee2c1c2e40d0f2361e24d40e7ed2c19bb2f1 Mon Sep 17 00:00:00 2001 From: Andre Date: Sun, 2 Jul 2006 17:26:47 +0200 Subject: [PATCH] Makefile.in: Fix definition of PKGDATADIR The thing is called datarootdir, rather than datadir. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e51a20eb..2aece7ce 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,7 +6,7 @@ exec_prefix = @exec_prefix@ BINDIR = @bindir@ VARDIR = /var/paraslash -PKGDATADIR = @datadir@/@PACKAGE_NAME@ +PKGDATADIR = @datarootdir@/@PACKAGE_NAME@ FONTDIR = $(PKGDATADIR)/fonts PICDIR = $(PKGDATADIR)/pics MANDIR = @datarootdir@/man/man1 -- 2.39.2