qemu-kvm: I missed a change present in a previous reverted update
Eelco pointed it out.
This commit is contained in:
parent
c43f385e67
commit
607c28ea38
@ -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 ;
|
||||
|
Loading…
Reference in New Issue
Block a user