diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-04-05 10:01:31 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-04-05 10:01:31 +0000 |
commit | 120d8f3c8c11a21d53178c4cd6fcc4f846ded35f (patch) | |
tree | f70584c09567f2d9d3c7e4e47c1cb2764429f149 | |
parent | 6b7aa28fc8bc41747b86976cd5a235bb951c95dc (diff) | |
download | drakx-120d8f3c8c11a21d53178c4cd6fcc4f846ded35f.tar drakx-120d8f3c8c11a21d53178c4cd6fcc4f846ded35f.tar.gz drakx-120d8f3c8c11a21d53178c4cd6fcc4f846ded35f.tar.bz2 drakx-120d8f3c8c11a21d53178c4cd6fcc4f846ded35f.tar.xz drakx-120d8f3c8c11a21d53178c4cd6fcc4f846ded35f.zip |
the keyboard check is always failing, can't make pablo have it right, so not checking it by default
(that way we can have the "make check" in gi call "make check" in gi/perl-install)
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 2605a3386..caa4134ce 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -49,6 +49,8 @@ check_pms_encoding: check: check_pms_encoding perl -I. -Mlang -e 'lang::check' + +check2: perl -I. -Mkeyboard -e 'keyboard::check' localcopy: clean |