blob: 0d67a50028f26e26cdb38853b680434af77646e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ac,v 1.1 2006/01/17 22:48:57 adrianp Exp $
--- src/tuxpaint-import.sh.orig 2003-06-17 10:10:59.000000000 +0100
+++ src/tuxpaint-import.sh
@@ -12,8 +12,8 @@
# September 21, 2002 - June 17, 2003
-TMPDIR=/tmp
SAVEDIR=$HOME/.tuxpaint/saved
+TMPDIR=$SAVEDIR
if [ $# -eq 0 ]; then
|