mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user