summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-08 12:53:14 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-08 12:53:14 +0000
commit17e459c9a5e3c00fd328b40991e476214da18782 (patch)
tree700fa57de2a623ba76dc6482f5dcf369a1ea01f5 /perl-install/Makefile
parentf37b513e6cae86a7bb294c1aa6f6ae813bc0c864 (diff)
downloaddrakx-backup-do-not-use-17e459c9a5e3c00fd328b40991e476214da18782.tar
drakx-backup-do-not-use-17e459c9a5e3c00fd328b40991e476214da18782.tar.gz
drakx-backup-do-not-use-17e459c9a5e3c00fd328b40991e476214da18782.tar.bz2
drakx-backup-do-not-use-17e459c9a5e3c00fd328b40991e476214da18782.tar.xz
drakx-backup-do-not-use-17e459c9a5e3c00fd328b40991e476214da18782.zip
make test_pms should now work (was pb with list_modules.pm)
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile1
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