summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-10-20 21:27:49 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-10-20 21:27:49 +0000
commit5f3d5478cf4e2076b1deb610bfb66d584f659c7e (patch)
tree9250b398100be30df19ea9d43d1f83c9d92bcb4d /perl-install/Makefile
parent4a7fca6609507096c2f9cc29d4c12b508819e58d (diff)
downloaddrakx-backup-do-not-use-5f3d5478cf4e2076b1deb610bfb66d584f659c7e.tar
drakx-backup-do-not-use-5f3d5478cf4e2076b1deb610bfb66d584f659c7e.tar.gz
drakx-backup-do-not-use-5f3d5478cf4e2076b1deb610bfb66d584f659c7e.tar.bz2
drakx-backup-do-not-use-5f3d5478cf4e2076b1deb610bfb66d584f659c7e.tar.xz
drakx-backup-do-not-use-5f3d5478cf4e2076b1deb610bfb66d584f659c7e.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 e0a4e91d2..e79fefc65 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -76,8 +76,8 @@ install_pms: $(DIRS)
dest=$(DESTREP4PMS)/`dirname $$i`; \
install -d $$dest; \
perl -ne 'print' $$i > $(DESTREP4PMS)/$$i; \
+ perl -ne 's/#-.*//; print unless (/^=head/ .. /^=cut/) || /use (diagnostics|vars|strict)/' $$i > $(DESTREP4PMS)/$$i; \
done
-# perl -ne 's/\s*#-.*//; print unless (/^=head/ .. /^=cut/) || /use (diagnostics|vars|strict)/' $$i > $(DESTREP4PMS)/$$i; \
cp *.rc $(DESTREP4PMS)
install -d $(DESTREP4PMS)/po