25 lines
616 B
Diff
25 lines
616 B
Diff
From 8d618f769b1e66a26e7b790e4e94b2c3dca68d31 Mon Sep 17 00:00:00 2001
|
|
From: Kamil Dudka <kdudka@redhat.com>
|
|
Date: Tue, 26 Mar 2013 16:20:27 +0100
|
|
Subject: [PATCH 1/3] fix compile-time warnings in nano-2.3.3
|
|
|
|
---
|
|
po/Makefile.in.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
|
|
index ada8bb4..f7b2a95 100644
|
|
--- a/po/Makefile.in.in
|
|
+++ b/po/Makefile.in.in
|
|
@@ -20,6 +20,7 @@ VPATH = @srcdir@
|
|
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
+datarootdir = @datarootdir@
|
|
datadir = @datadir@
|
|
localedir = $(datadir)/locale
|
|
gettextsrcdir = $(datadir)/gettext/po
|
|
--
|
|
1.7.1
|
|
|