15 lines
302 B
Text
15 lines
302 B
Text
|
$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
|