Makefile.in: Fix definition of PKGDATADIR
authorAndre <maan@p133.(none)>
Sun, 2 Jul 2006 15:26:47 +0000 (17:26 +0200)
committerAndre <maan@p133.(none)>
Sun, 2 Jul 2006 15:26:47 +0000 (17:26 +0200)
The thing is called datarootdir, rather than datadir.

Makefile.in

index e51a20eb77be646553e84ebd43d6b05c03fb1eb6..2aece7ceb5013a5e7bdfc1af7df2540a1487ac85 100644 (file)
@@ -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