From: Andre Date: Sun, 2 Jul 2006 15:26:47 +0000 (+0200) Subject: Makefile.in: Fix definition of PKGDATADIR X-Git-Tag: v0.2.14~59^2~12 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=1631ee2c1c2e40d0f2361e24d40e7ed2c19bb2f1 Makefile.in: Fix definition of PKGDATADIR The thing is called datarootdir, rather than datadir. --- 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