Skip to content

Commit

Permalink
Merge pull request #15 from mariux64/fix-perllocal
Browse files Browse the repository at this point in the history
perl-modules: Exclude perllocal.pod from image
  • Loading branch information
donald authored Dec 18, 2017
2 parents 6a23652 + 0fc0591 commit 7475f6e
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 7475f6e

Please sign in to comment.