summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-24 17:50:05 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-04-24 17:50:05 +0000
commite0b36477cf9f37c77c4bb5703db6ecfe4d048d05 (patch)
treea27077049ef709b7bc26ecba718a8d717f8e755d
parentf75970a24b103ec743e85a45b9e3c400b0469df1 (diff)
downloadperl-e0b36477cf9f37c77c4bb5703db6ecfe4d048d05.tar.gz
perl.morph: set all install path options
Install perl and its libraries into the usual places, make no distinction between site, vendor and core. This needs to be kept in sync with perl build systems as otherwise it may not be able to find modules
-rw-r--r--perl.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.morph b/perl.morph
index a9f701e9a3..4a75ced1f0 100644
--- a/perl.morph
+++ b/perl.morph
@@ -2,7 +2,7 @@
"name": "perl",
"kind": "chunk",
"configure-commands": [
- "sh Configure -des -Dprefix=\"$PREFIX\" -Dvendorprefix=\"$PREFIX\" -Dman1dir=\"$PREFIX\"/share/man/man1 -Dman3dir=\"$PREFIX\"/share/man/man3 -Dpager=\"$PREFIX/bin/less -isR\" -Duseshrplib -Dsitelib=\"$PREFIX/lib/perl5\" -Dsitearch=\"$PREFIX/lib/perl5\""
+ "sh Configure -des -Dprefix=\"$PREFIX\" -Darchlib=\"$PREFIX/lib/perl\" -Dprivlib=\"$PREFIX/share/perl\" -Dbin=\"$PREFIX/bin\" -Dscriptdir=\"$PREFIX/bin\" -Dman1dir=\"$PREFIX/share/man/man1\" -Dman3dir=\"$PREFIX/share/man/man3\" -Dsiteprefix=\"$PREFIX\" -Dsitearch=\"$PREFIX/lib/perl\" -Dsitelib=\"$PREFIX/lib/perl\" -Dsitebin=\"$PREFIX/bin\" -Dsitescript=\"$PREFIX/bin\" -Dsiteman1dir=\"$PREFIX/share/man/man1\" -Dsiteman3dir=\"$PREFIX/share/man/man3\" -Dvendorprefix=\"$PREFIX\" -Dvendorarch=\"$PREFIX/lib/perl\" -Dvendorlib=\"$PREFIX/lib/perl\" -Dvendorbin=\"$PREFIX/bin\" -Dvendorscript=\"$PREFIX/bin\" -Dvendorman1dir=\"$PREFIX/share/man/man1\" -Dvendorman3dir=\"$PREFIX/share/man/man3\" -Dpager=\"$PREFIX/bin/less -isR\" -Duseshrplib"
],
"build-commands": [
"make"