Commit 36e23d2d authored by Cassandra Watergate's avatar Cassandra Watergate Committed by GitHub

bin/crew: try relative symlink (#5620)

* bin/crew: try relative symlink

* crew: symlink to bin/crew

* bump version and remove extraneous comments
parent 14edd009
......@@ -453,9 +453,6 @@ def update
system 'git reset --hard origin/master'
end
# Update the symlink
FileUtils.symlink "#{CREW_LIB_PATH}/bin/crew", "#{CREW_PREFIX}/bin/crew", force: true, verbose: @fileutils_verbose
puts 'Package lists, crew, and library updated.'
#update compatible packages
......
bin/crew
\ No newline at end of file
# Defines common constants used in different parts of crew
CREW_VERSION = '1.8.4'
CREW_VERSION = '1.8.5'
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