Commit 65edede7 authored by Damian Montero's avatar Damian Montero Committed by GitHub

getting rid of the requirement for "getconf"

parent ecdacc18
......@@ -16,7 +16,8 @@ CREW_BREW_DIR = CREW_PREFIX + '/tmp/crew/'
CREW_DEST_DIR = CREW_BREW_DIR + '/dest'
ARCH = `uname -m`.strip
SHORTARCH = `getconf LONG_BIT`.strip
#SHORTARCH = `getconf LONG_BIT`.strip # commenting for now since it doesn't work.
$LOAD_PATH.unshift "#{CREW_LIB_PATH}lib"
......
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