Run Rubocop on tree, again (#8704)

This commit is contained in:
Maximilian Downey Twiss
2023-09-29 21:51:08 +10:00
committed by GitHub
parent e9b65c804b
commit 2f42ff39cc
31 changed files with 56 additions and 49 deletions

View File

@@ -53,7 +53,6 @@ class Perl < Package
end
def self.install
system 'make', "DESTDIR=#{CREW_DEST_DIR}", 'install'
# Make libperl symlinks into standard locations
libperl_so = "#{CREW_LIB_PREFIX}/perl5/#{version.split('-')[0]}/core_perl/CORE/libperl.so"