forked from mirrors/nixpkgs
Fixing hydrogen so that it builds with scons 2.1, using the patch from http://www.assembla.com/spaces/hydrogen/tickets/204-hydrogen-0-9-5-doesn-t-install-with-scons-2-1-0
svn path=/nixpkgs/trunk/; revision=33336
This commit is contained in:
parent
0728828fac
commit
ec9ed33730
|
@ -9,6 +9,14 @@
|
||||||
|
|
||||||
|
|
||||||
#location of qt4.py
|
#location of qt4.py
|
||||||
|
@@ -298,7 +298,6 @@
|
||||||
|
|
||||||
|
for N in glob.glob('./data/i18n/hydrogen.*'):
|
||||||
|
env.Alias(target="install", source=env.Install(dir= env['DESTDIR'] + env['prefix'] + '/share/hydrogen/data/i18n', source=N))
|
||||||
|
- env.Alias(target="install", source=env.Install(dir= env['DESTDIR'] + env['prefix'] + '/share/hydrogen/data', source="./data/img"))
|
||||||
|
|
||||||
|
#add every img in ./data/img to the install list.
|
||||||
|
os.path.walk("./data/img/",install_images,env)
|
||||||
@@ -379,7 +379,7 @@
|
@@ -379,7 +379,7 @@
|
||||||
|
|
||||||
includes, a , b = get_platform_flags( opts )
|
includes, a , b = get_platform_flags( opts )
|
||||||
|
|
Loading…
Reference in a new issue