+Provides: linux-firmware
[nethome.git] / src / gdb-wrap
index a33414e..bc3d80d 100755 (executable)
@@ -1,7 +1,11 @@
 #! /bin/sh
 # $Id$
 
-DIR=/tmp/gdb.d
+TMP=/tmp
+if [ -d $TMP/server ];then
+       TMP=$TMP/server
+fi
+DIR=$TMP/gdb.d
 mkdir -p $DIR
 i=0
 while true;do