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 ];
|
patches = [ ./smb-tmpdir.patch ];
|
||||||
|
|
||||||
postPatch =
|
postPatch =
|
||||||
'' for i in $(find kvm -type f)
|
'' for i in $(find . -type f)
|
||||||
do
|
do
|
||||||
sed -i "$i" \
|
sed -i "$i" \
|
||||||
-e 's|/bin/bash|/bin/sh|g ;
|
-e 's|/bin/bash|/bin/sh|g ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user