nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit a35803d5024131770cf3d55f30b0dfe88446f87f
parent 7013039c3ae5350877ed4a43dfdddf4fe8fcfcb7
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Sat, 15 Oct 2016 15:06:18 +0200

build: avoid an annoying warning at configure time

Diffstat:
Mpo/update_linguas.sh | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/po/update_linguas.sh b/po/update_linguas.sh @@ -17,3 +17,7 @@ fi echo "Regenerating POT file and remerging and recompiling PO files..." make update-po + +# If needed, fix a problem in the Makefile template. +grep -q '^datarootdir' Makefile.in.in || \ + sed -i 's/^\(datadir.*\)/datarootdir = @datarootdir@\n\1/' Makefile.in.in