diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-03-22 19:48:11 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-03-22 19:48:11 -0500 |
commit | 9d68d5da4115353816ab4f6b1c7a4f5db43576f9 (patch) | |
tree | 60ca50e8dd0fabfc778c0c908a8d56b1f5030b1a /chapter7/perl.sh | |
parent | ba6db389412d48b20ba81bb5fb373b93b08659f1 (diff) |
Prepare chapter 7 build scripts.
Diffstat (limited to 'chapter7/perl.sh')
-rw-r--r-- | chapter7/perl.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter7/perl.sh b/chapter7/perl.sh new file mode 100644 index 0000000..2cb5245 --- /dev/null +++ b/chapter7/perl.sh @@ -0,0 +1,11 @@ +sh Configure -des \ + -Dprefix=/usr \ + -Dvendorprefix=/usr \ + -Dprivlib=/usr/lib/perl5/5.32/core_perl \ + -Darchlib=/usr/lib/perl5/5.32/core_perl \ + -Dsitelib=/usr/lib/perl5/5.32/site_perl \ + -Dsitearch=/usr/lib/perl5/5.32/site_perl \ + -Dvendorlib=/usr/lib/perl5/5.32/vendor_perl \ + -Dvendorarch=/usr/lib/perl5/5.32/vendor_perl && +make && +make -j1 install |