summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-07-15 12:29:38 +0000
committerFrancois Pons <fpons@mandriva.com>2002-07-15 12:29:38 +0000
commitadf638af96880d712c202b8858763bd646e5f960 (patch)
tree2c582654613c9aafca5d049b7d0e6a2f765df543 /perl-install
parentcfee01780b4e458fa2a5d677768609936f27ab3d (diff)
downloaddrakx-backup-do-not-use-adf638af96880d712c202b8858763bd646e5f960.tar
drakx-backup-do-not-use-adf638af96880d712c202b8858763bd646e5f960.tar.gz
drakx-backup-do-not-use-adf638af96880d712c202b8858763bd646e5f960.tar.bz2
drakx-backup-do-not-use-adf638af96880d712c202b8858763bd646e5f960.tar.xz
drakx-backup-do-not-use-adf638af96880d712c202b8858763bd646e5f960.zip
updated to drop URPM... reference for test_pms.
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 373ccebc3..54f54c4ca 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -46,7 +46,7 @@ $(DIRS):
$(MAKE) -C $@
test_pms: verify_c
- 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 standalone/keyboarddrake standalone/XFdrake standalone/drakboot; do perl_checker -I. -no_cw -excludec -excludehelp -excluderesize_fat::c_rewritten -excludeMDK::Common::Globals -excludeCGI -excludestandalone -excludeURPM -excludeURPM::Package -excludeURPM::DB -excludeURPM::Resolve $$i; done
for i in install2 install_steps_*.pm; do perl -cw -I. $$i; done
verify_c: