-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perl-modules: Exclude perllocal.pod from image
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
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,4 +53,5 @@ bee_install() { | |
start_cmd ./Build \ | ||
install \ | ||
"${@}" | ||
find ${D} -name perllocal.pod -exec rm {} \; | ||
} |