Commit 5cdd19bd authored by Ed Reel's avatar Ed Reel Committed by GitHub

Assume binaries are already stripped during install (#5775)

parent 41dfd1c2
......@@ -950,8 +950,6 @@ def install_package(pkgdir)
FileUtils.mv 'dlist', CREW_META_PATH + @pkg.name + '.directorylist', verbose: @fileutils_verbose
FileUtils.mv 'filelist', CREW_META_PATH + @pkg.name + '.filelist', verbose: @fileutils_verbose
strip_dir pkgdir if Dir.exists? "#{pkgdir}/usr"
if Dir.exists? "#{pkgdir}/home" then
system "tar -c#{@verbose}f - ./usr/* ./home/* | (cd /; tar xp --keep-directory-symlink -f -)"
elsif Dir.exists? "#{pkgdir}/usr" then
......
# Defines common constants used in different parts of crew
CREW_VERSION = '1.9.8'
CREW_VERSION = '1.9.9'
ARCH_ACTUAL = `uname -m`.strip
# This helps with virtualized builds on aarch64 machines
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment