Fixing a problem in the neverball build about paths, that I did not notice until
I run it. svn path=/nixpkgs/trunk/; revision=18221
This commit is contained in:
parent
005bf71e51
commit
d5f36f16c1
|
@ -13,8 +13,8 @@ stdenv.mkDerivation rec {
|
||||||
dontPatchElf = true;
|
dontPatchElf = true;
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -i -e 's@\./data@'$out/data@ share/base_config.h
|
sed -i -e 's@\./data@'$out/data@ share/base_config.h Makefile
|
||||||
sed -i -e 's@\./locale@'$out/locale@ share/base_config.h
|
sed -i -e 's@\./locale@'$out/locale@ share/base_config.h Makefile
|
||||||
sed -i -e 's@-lvorbisfile@-lvorbisfile -lX11 -lgcc_s@' Makefile
|
sed -i -e 's@-lvorbisfile@-lvorbisfile -lX11 -lgcc_s@' Makefile
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue