1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

* Turning on nullglob revealed an unintended wildcard expansion in

dbus' patchPhase.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15139
This commit is contained in:
Eelco Dolstra 2009-04-19 08:54:11 +00:00
parent 6b9ccbaf78
commit 01fdf66360

View file

@ -20,7 +20,7 @@ in rec {
inherit src configureFlags;
patchPhase = ''
sed -i /mkinstalldirs.*localstatedir/d bus/Makefile.in
sed -i '/mkinstalldirs.*localstatedir/d' bus/Makefile.in
sed -i '/SUBDIRS/s/ tools//' Makefile.in
'';
};