Skip to content

Commit

Permalink
Use a cool sounding name for windows install directory, gen
Browse files Browse the repository at this point in the history
  • Loading branch information
kazzmir committed Aug 22, 2006
1 parent 0910c86 commit 6fca261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ if sys.platform == 'win32':
except:
pass

prefix = 'tmp'
bin = 'tmp'
prefix = 'gen'
bin = 'gen'

opts = Options( 'rafkill.conf' )
opts.Add( PathOption('prefix', 'Directory to install under', prefix ) )
Expand Down

0 comments on commit 6fca261

Please sign in to comment.