View | Details | Raw Unified
Collapse All | Expand All

(-) SConstruct (-2 / +2 lines)
 Lines 7-15    Link Here 
opts=Options()
opts=Options()
opt=opts.Add(PathOption('PREFIX', 'Directory to install under', '/usr/local'))
opt=opts.Add(PathOption('PREFIX', 'Directory to install under', '/usr'))
opt=opts.Add(PathOption('BINDIR', 'Directory to install under', os.path.join('$PREFIX','bin')))
opt=opts.Add(PathOption('BINDIR', 'Directory to install under', os.path.join('$PREFIX','bin')))
opt=opts.Add(PathOption('MANPATH', 'Directory to install under', os.path.join('$PREFIX','man')))
opt=opts.Add(PathOption('MANPATH', 'Directory to install under', os.path.join('$PREFIX','share/man')))
### DEBUG MODE
### DEBUG MODE