summaryrefslogtreecommitdiffstats
path: root/support/kconfig/patches/11-use-mktemp-for-lxdialog.patch
blob: 1e0c80396a81a252d038e51454898dd913859ddb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
 lxdialog/check-lxdialog.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: b/lxdialog/check-lxdialog.sh
===================================================================
--- a/lxdialog/check-lxdialog.sh
+++ b/lxdialog/check-lxdialog.sh
@@ -34,7 +34,7 @@
 }
 
 # Temp file, try to clean up after us
-tmp=.lxdialog.tmp
+tmp=$(mktemp)
 trap "rm -f $tmp" 0 1 2 3 15
 
 # Check if we can link to ncurses