Skip to content

Commit

Permalink
perl-modules: Exclude perllocal.pod from image
Browse files Browse the repository at this point in the history
perllocal.pod is supposed to be appended to by make install. This
doesn't make sense, when we install into another destdir and distribute
the package as a tar archive.

Remove perllocal.pod from the archive.
  • Loading branch information
donald committed Oct 19, 2017
1 parent bd82c96 commit 0fc0591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildtypes/perl-module-makemaker.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ bee_install() {
start_cmd make ${BEE_MAKEFLAGS} \
install \
"${@}"
find ${D} -name perllocal.pod -exec rm {} \;
}
1 change: 1 addition & 0 deletions buildtypes/perl-module.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ bee_install() {
start_cmd ./Build \
install \
"${@}"
find ${D} -name perllocal.pod -exec rm {} \;
}

0 comments on commit 0fc0591

Please sign in to comment.