forked from pool/perl-File-Unpack
- Add 10.diff from yet another pull request: https://github.com/jnweiger/perl-File-Unpack/pull/10 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Unpack?expand=0&rev=96
13 lines
383 B
Diff
13 lines
383 B
Diff
diff --git a/Makefile.PL b/Makefile.PL
|
|
index 8c08daa..eb9264f 100644
|
|
--- a/Makefile.PL
|
|
+++ b/Makefile.PL
|
|
@@ -55,6 +55,7 @@ sub MY::postamble
|
|
return q{
|
|
file_unpack: file_unpack.pl Makefile
|
|
$(CP) file_unpack.pl $@
|
|
+ mkdir -p $(INST_MAN1DIR)
|
|
## wait, so that -M < -M succeeds in ExtUtils/Command/MM.pm
|
|
(sleep 1; echo .nf; $(PERL) $@ --help) > $(INST_MAN1DIR)/$@.1 || true
|
|
};
|