View | Details | Raw Unified | Return to bug 84624
Collapse All | Expand All

(-)committed/tuxpaint/Makefile (-1 / +1 lines)
Lines 15-22 Link Here
15
COMMENT=	Drawing program designed for young children
15
COMMENT=	Drawing program designed for young children
16
16
17
USE_GMAKE=	yes
17
USE_GMAKE=	yes
18
USE_GETTEXT=	yes
18
USE_SDL=	image mixer sdl ttf
19
USE_SDL=	image mixer sdl ttf
19
USE_GNOME=	intltool
20
USE_REINPLACE=	yes
20
USE_REINPLACE=	yes
21
21
22
MAN1=		tuxpaint.1 tuxpaint-import.1
22
MAN1=		tuxpaint.1 tuxpaint-import.1
(-)committed/tuxpaint/files/patch-src-tuxpaint-import.sh (+11 lines)
Line 0 Link Here
1
--- src/tuxpaint-import.sh.orig	Tue Jun 17 06:10:59 2003
2
+++ src/tuxpaint-import.sh	Thu Jul 14 16:17:58 2005
3
@@ -23,7 +23,7 @@
4
   exit
5
 fi
6
 
7
-if [[ $1 == "--help" ]]; then
8
+if [ $1 = "--help" ]; then
9
   # --help, show usage:
10
   echo
11
   echo "tuxpaint-import"
(-)committed/tuxpaint/files/patch-src-tuxpaint-imprt.sh (-11 lines)
Lines 1-11 Link Here
1
--- src/tuxpaint-import.sh.orig	Tue Jun 17 06:10:59 2003
2
+++ src/tuxpaint-import.sh	Thu Jul 14 16:17:58 2005
3
@@ -23,7 +23,7 @@
4
   exit
5
 fi
6
 
7
-if [[ $1 == "--help" ]]; then
8
+if [ $1 = "--help" ]; then
9
   # --help, show usage:
10
   echo
11
   echo "tuxpaint-import"

Return to bug 84624