summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-06-24 17:38:46 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-06-24 17:49:49 +0200
commitb8ac3a77825a5d742f445f217a6688532f3d0345 (patch)
tree926647f1c742f50718f0c13658130f6199761407 /perl-install/standalone
parent4c1cb5006360ccb780926000bd57f150e0fc8fbe (diff)
downloaddrakx-b8ac3a77825a5d742f445f217a6688532f3d0345.tar
drakx-b8ac3a77825a5d742f445f217a6688532f3d0345.tar.gz
drakx-b8ac3a77825a5d742f445f217a6688532f3d0345.tar.bz2
drakx-b8ac3a77825a5d742f445f217a6688532f3d0345.tar.xz
drakx-b8ac3a77825a5d742f445f217a6688532f3d0345.zip
(get_libdir) introduce it
it'll be reused in compssUsers.pl
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/service_harddrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index 5cf319830..96502d22f 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -109,7 +109,7 @@ sub schedule_warn_about_switch {
output('/var/run/harddrake-notify-x11-free-driver-switch', $reason);
}
-my $lib = arch() =~ /x86_64/ ? "lib64" : "lib";
+my $lib = get_libdir();
sub find_xorg_driver {
my ($new_driver) = @_;