summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-09-09 09:49:41 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-09-09 09:49:41 +0000
commit1cfe6c79ba71ee10522049af62e959b79cd7c9ed (patch)
tree9c2e0d3a9e9b5878eb88bcc2be555f1b7292459b /perl-install/Makefile
parent1d3ac921d66022bb6e19a96dce95472cc31f0987 (diff)
downloaddrakx-backup-do-not-use-1cfe6c79ba71ee10522049af62e959b79cd7c9ed.tar
drakx-backup-do-not-use-1cfe6c79ba71ee10522049af62e959b79cd7c9ed.tar.gz
drakx-backup-do-not-use-1cfe6c79ba71ee10522049af62e959b79cd7c9ed.tar.bz2
drakx-backup-do-not-use-1cfe6c79ba71ee10522049af62e959b79cd7c9ed.tar.xz
drakx-backup-do-not-use-1cfe6c79ba71ee10522049af62e959b79cd7c9ed.zip
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 6b3f998c6..9fe3affe3 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -78,7 +78,7 @@ install_pms: all
for i in $(PMS); do \
dest=$(DESTREP4PMS)/`dirname $$i`; \
install -d $$dest; \
- perl -ne 'print unless (/^=head/ .. /^=cut/) || /#-.*/' $$i > $(DESTREP4PMS)/$$i; \
+ perl -ne 's/\s*#-.*//; print unless (/^=head/ .. /^=cut/)' $$i > $(DESTREP4PMS)/$$i; \
done
# || /use (diagnostics|vars|strict)/