From 2a39a95b4e423768709b93961f83f0f57244789d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 24 Apr 2016 08:32:31 +0200 Subject: fix installing packages when having a numeric pad --- perl-install/detect_devices.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/detect_devices.pm') diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index a30b93cfd..8cff4d994 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -1547,7 +1547,7 @@ sub matching_types() { '64bit' => to_bool(arch() =~ /64/), hyperv => is_hyperv(), laptop => isLaptop(), - numpa => hasNumpad(), + numpad => hasNumpad(), touchpad => hasTouchpad(), qemu => is_qemu(), virtualbox => is_virtualbox(), -- cgit v1.2.1