summaryrefslogtreecommitdiffstats
path: root/lst/Makefile
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2010-01-13 16:23:08 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2010-01-13 16:23:08 +0000
commit4aae6bb8233222793709c0b6fd52205f6e9894e9 (patch)
treed2081204f3f05b33c28418227e7b202ce916c10a /lst/Makefile
parent3120751286f423b6cc3777594655001c076063ad (diff)
downloadldetect-lst-4aae6bb8233222793709c0b6fd52205f6e9894e9.tar
ldetect-lst-4aae6bb8233222793709c0b6fd52205f6e9894e9.tar.gz
ldetect-lst-4aae6bb8233222793709c0b6fd52205f6e9894e9.tar.bz2
ldetect-lst-4aae6bb8233222793709c0b6fd52205f6e9894e9.tar.xz
ldetect-lst-4aae6bb8233222793709c0b6fd52205f6e9894e9.zip
fix pci.ids path0.1.283
Diffstat (limited to 'lst/Makefile')
-rw-r--r--lst/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lst/Makefile b/lst/Makefile
index 63a2e610..8b061684 100644
--- a/lst/Makefile
+++ b/lst/Makefile
@@ -72,6 +72,6 @@ install: $(TMP_TABLES) $(TABLES3)
install -m 644 fallback-modules.alias $(dir)/fallback-modules.alias
install -D -m 644 preferred-modules.alias $(slibdir)/module-init-tools/ldetect-lst-modules.alias
- install -D -m 644 oui.txt usb.ids $(prefix)/share
+ install -D -m 644 oui.txt usb.ids pci.ids $(prefix)/share
mkdir -p $(prefix)/share/misc
- install -D -m 644 pci.ids pnp.ids $(prefix)/share/misc
+ install -D -m 644 pnp.ids $(prefix)/share/misc
rakx-c81c876244eb50d5e8dd8a46a6828b7179231b6e.tar.xz
drakx-c81c876244eb50d5e8dd8a46a6828b7179231b6e.zip
make perl_checker happy
Diffstat (limited to 'perl-install/standalone/keyboarddrake')
-rwxr-xr-xperl-install/standalone/keyboarddrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/keyboarddrake b/perl-install/standalone/keyboarddrake
index 7b640780e..004689b3f 100755
--- a/perl-install/standalone/keyboarddrake
+++ b/perl-install/standalone/keyboarddrake
@@ -38,7 +38,7 @@ if ($::expert) {
my $xkb = keyboard::keyboard2full_xkb($keyboard);
system('setxkbmap', '-option', '') if $xkb->{XkbOptions}; #- need re-initialised other toggles are cumulated
-system('setxkbmap', $xkb->{XkbLayout}, -model => $xkb->{XkbModel}, -option => $xkb->{XkbOptions} || '', -compat => $xkb->{XkbCompat} || '');
+system('setxkbmap', $xkb->{XkbLayout}, '-model' => $xkb->{XkbModel}, '-option' => $xkb->{XkbOptions} || '', '-compat' => $xkb->{XkbCompat} || '');
eval {
my $xfree_conf = Xconfig::xfree->read;
$xfree_conf->set_keyboard($xkb);