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

qemu-kvm: I missed a change present in a previous reverted update

Eelco pointed it out.
This commit is contained in:
Lluís Batlle i Rossell 2012-08-22 23:27:58 +02:00
parent c43f385e67
commit 607c28ea38

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
patches = [ ./smb-tmpdir.patch ];
postPatch =
'' for i in $(find kvm -type f)
'' for i in $(find . -type f)
do
sed -i "$i" \
-e 's|/bin/bash|/bin/sh|g ;