Commit 08a93dcf authored by Ed Reel's avatar Ed Reel Committed by GitHub

Update crew to execute prebuild commands (#4248)

parent c5886175
......@@ -558,6 +558,7 @@ def build_and_preconfigure (target_dir)
@pkg.in_build = true
@pkg.patch
@pkg.prebuild
@pkg.build
@pkg.in_build = false
# wipe crew destdir
......
# Defines common constants used in different parts of crew
CREW_VERSION = '1.4.3'
CREW_VERSION = '1.4.4'
ARCH = `uname -m`.strip
ARCH_LIB = if ARCH == 'x86_64' then 'lib64' else 'lib' end
......
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