mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-27 05:26:31 +01:00
Clean up perl 5.15.7
This commit is contained in:
parent
a4616a9593
commit
b574ae96f8
5 changed files with 19 additions and 48 deletions
|
|
@ -64,6 +64,7 @@ src_configure() {
|
|||
-Dusedl=false \
|
||||
-Ddate=':' \
|
||||
-Dusedevel \
|
||||
-Uversiononly \
|
||||
-Dccflags="-U__DATE__ -U__TIME__" \
|
||||
-Darchname="i386-linux" \
|
||||
-Dmyhostname="(none)" \
|
||||
|
|
@ -92,9 +93,6 @@ src_compile() {
|
|||
src_install() {
|
||||
default
|
||||
|
||||
# As this is a development version it does not install a perl symlink
|
||||
ln -s perl5.15.7 "${DESTDIR}/${PREFIX}/bin/perl"
|
||||
|
||||
# Remove messed up manpages
|
||||
rm "${DESTDIR}/"*.0
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue