diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-10-20 21:27:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-10-20 21:27:49 +0000 |
commit | 5f3d5478cf4e2076b1deb610bfb66d584f659c7e (patch) | |
tree | 9250b398100be30df19ea9d43d1f83c9d92bcb4d /perl-install/Makefile | |
parent | 4a7fca6609507096c2f9cc29d4c12b508819e58d (diff) | |
download | drakx-5f3d5478cf4e2076b1deb610bfb66d584f659c7e.tar drakx-5f3d5478cf4e2076b1deb610bfb66d584f659c7e.tar.gz drakx-5f3d5478cf4e2076b1deb610bfb66d584f659c7e.tar.bz2 drakx-5f3d5478cf4e2076b1deb610bfb66d584f659c7e.tar.xz drakx-5f3d5478cf4e2076b1deb610bfb66d584f659c7e.zip |
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 2 |
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 |