The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / support / kconfig / patches / 11-use-mktemp-for-lxdialog.patch
1 ---
2  lxdialog/check-lxdialog.sh |    2 +-
3  1 file changed, 1 insertion(+), 1 deletion(-)
4
5 Index: b/lxdialog/check-lxdialog.sh
6 ===================================================================
7 --- a/lxdialog/check-lxdialog.sh
8 +++ b/lxdialog/check-lxdialog.sh
9 @@ -36,7 +36,7 @@
10  }
11  
12  # Temp file, try to clean up after us
13 -tmp=.lxdialog.tmp
14 +tmp=$(mktemp)
15  trap "rm -f $tmp" 0 1 2 3 15
16  
17  # Check if we can link to ncurses