diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-08 12:53:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-08 12:53:14 +0000 |
commit | 17e459c9a5e3c00fd328b40991e476214da18782 (patch) | |
tree | 700fa57de2a623ba76dc6482f5dcf369a1ea01f5 /perl-install | |
parent | f37b513e6cae86a7bb294c1aa6f6ae813bc0c864 (diff) | |
download | drakx-17e459c9a5e3c00fd328b40991e476214da18782.tar drakx-17e459c9a5e3c00fd328b40991e476214da18782.tar.gz drakx-17e459c9a5e3c00fd328b40991e476214da18782.tar.bz2 drakx-17e459c9a5e3c00fd328b40991e476214da18782.tar.xz drakx-17e459c9a5e3c00fd328b40991e476214da18782.zip |
make test_pms should now work (was pb with list_modules.pm)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 1cbeb8133..059417e1a 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -39,6 +39,7 @@ $(DIRS): $(MAKE) -C $@ test_pms: verify_c + ln -sf ../kernel/list_modules.pm for i in install2 install_steps_*.pm standalone/keyboarddrake standalone/XFdrake standalone/drakboot; do perl_checker -I. -no_cw -excludec -excludehelp -excluderesize_fat::c_rewritten -excludeMDK::Common::Globals -excludeCGI -excludestandalone -excludeurpm $$i; done for i in install2 install_steps_*.pm; do perl -cw -I. $$i; done |