From d5d76ab1b86bd3db9f253757ad8e3f846eb3fe90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Tue, 3 Sep 2013 00:17:44 +0200 Subject: Fix path after UsrMove --- perl-install/services.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/services.pm b/perl-install/services.pm index 5df0c626c..c7260d549 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -127,7 +127,7 @@ xinetd => N_("Starts other deamons on demand."), if ($s) { $s = translate($s); } else { - my $file = "$::prefix/lib/systemd/system/$name.service"; + my $file = "$::prefix/usr/lib/systemd/system/$name.service"; if (-e $file) { $s = cat_($file); $s = $s =~ /^Description=(.*)/mg ? $1 : ''; -- cgit v1.2.1