From 56cebe6be84877f77a43ea6934f4a71a3c28bc60 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 17 Apr 2020 12:01:10 +0200 Subject: fix installing with current bash/make --- Makefile | 2 +- NEWS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 43e472e3..4923e0f9 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ prefix=/usr # TODO: get WIZ_HOME take care of usr prefix WIZ_HOME=/usr/share/wizards/ -PERL_VENDORLIB=$(shell eval "`perl -V:installvendorlib`"; installvendorlib=$${installvendorlib\#/usr}; echo $$installvendorlib) +PERL_VENDORLIB=$(shell eval "`perl -V:installvendorlib`"; installvendorlib=$${installvendorlib#/usr}; echo $$installvendorlib) WIZ = dhcp_wizard\ dns_wizard\ diff --git a/NEWS b/NEWS index bc5f58f0..75da49e9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- fix installing with current bash/make + Version 4.7 - 18 June 2019, by Thomas Backlund - translations updates -- cgit v1.2.1