From 3fe973db54e901674cb9a2523ff2be7ff561d2d3 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Mon, 24 Sep 2001 00:16:05 +0000 Subject: File permission settings during install were not done. Fixed. --- perl-install/printer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/printer.pm') diff --git a/perl-install/printer.pm b/perl-install/printer.pm index e7f182517..3274627be 100644 --- a/perl-install/printer.pm +++ b/perl-install/printer.pm @@ -112,7 +112,7 @@ sub set_permissions { # We only need to set the permissions during installation to be able to # print test pages. After installation the devfsd daemon does the business # automatically. - if (!$isInstall) {return 1;} + if (!$::isInstall) {return 1;} if ($owner && $group) { run_program::rooted($prefix, "/bin/chown", "$owner.$group", $file) || die "Could not start chown!"; -- cgit v1.2.1