summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-04-24 08:32:31 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-04-24 08:32:31 +0200
commit2a39a95b4e423768709b93961f83f0f57244789d (patch)
treea9b95dd786190925e484929a27def76a8a93dac4 /perl-install/detect_devices.pm
parentcabf32daa05edf617be2325ba65899e3df0f7b2d (diff)
downloaddrakx-2a39a95b4e423768709b93961f83f0f57244789d.tar
drakx-2a39a95b4e423768709b93961f83f0f57244789d.tar.gz
drakx-2a39a95b4e423768709b93961f83f0f57244789d.tar.bz2
drakx-2a39a95b4e423768709b93961f83f0f57244789d.tar.xz
drakx-2a39a95b4e423768709b93961f83f0f57244789d.zip
fix installing packages when having a numeric pad
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r--perl-install/detect_devices.pm2
1 files changed, 1 insertions, 1 deletions
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(),