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 +- perl-install/install/NEWS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') 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(), diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index db38d7937..98f85dcc6 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,6 +1,7 @@ - adapt to new brltty - drop support for MIPS - fix detecting running under Qemu +- fix installing packages when having a numeric pad Version 17.27 - 23 April 2016 -- cgit v1.2.1