summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 3bd9da53d..1d9ca6722 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -895,7 +895,7 @@ sub ask_user_and_root {
);
if ($xguest && !is_xguest_installed()) {
- $in->do_pkgs->ensure_is_installed('xguest', '/etc/security/namespace.d/guest.conf');
+ $in->do_pkgs->ensure_is_installed('xguest', '/etc/security/namespace.d/xguest.conf');
} elsif (!$xguest && is_xguest_installed()) {
$in->do_pkgs->remove('xguest') or return;
}