Unhardcode paths (#2782)

* Unhardcode paths

(fixed since last time)

* Misc. fixes

* More little fixes.

* Quoting fixes

* Fix quoting

* Unhardcode paths

Libcap fix

* Last little fixes
This commit is contained in:
James Larrowe
2018-10-26 13:38:09 -05:00
committed by Ed Reel
parent ca933a3a37
commit dc96990fd1
89 changed files with 182 additions and 191 deletions

View File

@@ -25,7 +25,7 @@ class Perl < Package
def self.build
# Use system zlib and bzip2
# Create shared library
# Install manual files into /usr/local/share/man/man* even if groff is not installed.
# Install manual files into #{CREW_PREFIX}/share/man/man* even if groff is not installed.
system "BUILD_ZLIB=False BUILD_BZIP2=0 ./Configure -de -Duseshrplib -Dman1dir=#{CREW_PREFIX}/share/man/man1 -Dman3dir=#{CREW_PREFIX}/share/man/man3"
system "make"
system "curl -o cpanm https://cpanmin.us"