blob: 512910f3f4c7fa903fc198a152a38b968df0db10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.8 2002/11/17 01:17:31 seb Exp $
--- info/Makefile.am.orig Fri Mar 22 22:26:49 2002
+++ info/Makefile.am
@@ -18,7 +18,7 @@
bin_PROGRAMS = ginfo infokey
transform = s/ginfo/info/; @program_transform_name@
-localedir = $(datadir)/locale
+localedir = $(prefix)/$(PKGLOCALEDIR)/locale
# -I. for funs.h.
# Automake puts -I.. and -I$(srcdir) into DEFS by default, but
|