mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Re-enable And/Or cop, lint tree (#7457)
This commit is contained in:
committed by
GitHub
parent
58879daf31
commit
b5e4cedb0d
@@ -104,7 +104,7 @@ class Python2 < Package
|
||||
# system "find #{CREW_DEST_PREFIX} -name 'libpython*.a' -print | xargs -r rm"
|
||||
|
||||
# move dynamic libraries to their correct places, so the dynamic loader can find them
|
||||
FileUtils.mkdir_p CREW_DEST_LIB_PREFIX
|
||||
FileUtils.mkdir_p CREW_DEST_LIB_PREFIX
|
||||
FileUtils.mv "#{CREW_DEST_PREFIX}/lib/libpython2.7.so", CREW_DEST_LIB_PREFIX unless CREW_LIB_SUFFIX.empty?
|
||||
FileUtils.mv "#{CREW_DEST_PREFIX}/lib/libpython2.7.so.1.0", CREW_DEST_LIB_PREFIX unless CREW_LIB_SUFFIX.empty?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user