use $PREFIX instead of prefix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3982 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0e57cddf06
commit
513475fcd5
1 changed files with 3 additions and 3 deletions
|
@ -47,9 +47,9 @@ buts = Split("""
|
|||
|
||||
import os
|
||||
|
||||
Import('halibut prefix')
|
||||
Import('halibut env')
|
||||
|
||||
env = Environment(ENV = {'PATH' : os.environ['PATH']})
|
||||
env.Append(ENV = {'PATH' : os.environ['PATH']})
|
||||
|
||||
build_dir = Dir(GetBuildPath('.')).abspath
|
||||
|
||||
|
@ -75,4 +75,4 @@ env.Append(BUILDERS = {'HalibutCHM' : builder})
|
|||
chm = env.HalibutCHM('NSIS.chm', [chm_config_but] + buts)
|
||||
env.Depends(chm, halibut)
|
||||
|
||||
env.Install(prefix, chm)
|
||||
env.Install('$PREFIX', chm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue