summaryrefslogtreecommitdiffstats
path: root/dns_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-02-10 16:20:59 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-02-10 16:20:59 +0000
commitaf0ca288ac7738c1512aa0840a2a1e0a4e92c817 (patch)
treeb1bf6965a96eb1595fcc2ebd9ae172cd78e68727 /dns_wizard
parent562a142aca920a4c210fbffe4f8e789da30d003e (diff)
downloaddrakwizard-af0ca288ac7738c1512aa0840a2a1e0a4e92c817.tar
drakwizard-af0ca288ac7738c1512aa0840a2a1e0a4e92c817.tar.gz
drakwizard-af0ca288ac7738c1512aa0840a2a1e0a4e92c817.tar.bz2
drakwizard-af0ca288ac7738c1512aa0840a2a1e0a4e92c817.tar.xz
drakwizard-af0ca288ac7738c1512aa0840a2a1e0a4e92c817.zip
- use ENV{__WIZ_HOME__} variable to be able to test directly from the
CVS tree
Diffstat (limited to 'dns_wizard')
-rw-r--r--dns_wizard/Bind.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns_wizard/Bind.pm b/dns_wizard/Bind.pm
index e5b20ed3..c8c3f716 100644
--- a/dns_wizard/Bind.pm
+++ b/dns_wizard/Bind.pm
@@ -68,7 +68,7 @@ my $o = {
CLIENTIP => '',
},
needed_rpm => [ 'bind' ],
- defaultimage => "/usr/share/wizards/dns_wizard/images/DNS.png",
+ defaultimage => "$ENV{__WIZ_HOME__}/dns_wizard/images/DNS.png",
init => sub {
if ($SHORTHOSTNAME =~ /localhost/) {
return 0, N("You need to readjust your hostname.")