Skip to content

Commit

Permalink
Item13840: BuildContrib manifest target issues
Browse files Browse the repository at this point in the history
 - It was not including DEPENDENCIES, which is used by Configure for the
   dependencies report

 - It was including the PREUNINSTALL and POSTUNINSTALL routines in the
   manifest.  Those should not be shipped.
  • Loading branch information
gac410 committed Nov 4, 2015
1 parent f853dd1 commit f0c4009
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ sub _manicollect {
elsif (
!-d
&& /^\w.*\w$/
&& !/^(TIDY|DEPENDENCIES|MANIFEST|(PRE|POST)INSTALL|build\.pl)$/
&& !/^(TIDY|MANIFEST|(PRE|POST)(UN)?INSTALL|build\.pl)$/
&& !/\.bak$/
&& !/^$collector->{project}_installer(\.pl)?$/

Expand Down

0 comments on commit f0c4009

Please sign in to comment.