summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-04-17 12:01:10 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-04-17 12:01:10 +0200
commit56cebe6be84877f77a43ea6934f4a71a3c28bc60 (patch)
tree090cc82e8590849d9bee312f555cc6c4846ca678 /Makefile
parentef0205001b5e3eb535e92b07a6185a090fb3c011 (diff)
downloaddrakwizard-56cebe6be84877f77a43ea6934f4a71a3c28bc60.tar
drakwizard-56cebe6be84877f77a43ea6934f4a71a3c28bc60.tar.gz
drakwizard-56cebe6be84877f77a43ea6934f4a71a3c28bc60.tar.bz2
drakwizard-56cebe6be84877f77a43ea6934f4a71a3c28bc60.tar.xz
drakwizard-56cebe6be84877f77a43ea6934f4a71a3c28bc60.zip
fix installing with current bash/make
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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\