diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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\ @@ -1,3 +1,5 @@ +- fix installing with current bash/make + Version 4.7 - 18 June 2019, by Thomas Backlund - translations updates |