mtpaint: The configure script uses bashisms, so execute it using bash
authorRod Whitby <rod@whitby.id.au>
Thu, 7 Feb 2008 00:28:46 +0000 (00:28 +0000)
committerRod Whitby <rod@whitby.id.au>
Thu, 7 Feb 2008 00:28:46 +0000 (00:28 +0000)
packages/mtpaint/mtpaint_3.02.bb

index 5add7e4..fea8299 100644 (file)
@@ -2,11 +2,12 @@ DESCRIPTION = "mtPaint is a simple painting program"
 SECTION = "x11/graphics"
 DEPENDS = "gtk+ jpeg"
 HOMEPAGE = "http://mtpaint.sf.net"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/mtpaint/mtpaint-3.02.tar.bz2"
 
 do_configure() {
-       ./configure gtk2
+       /bin/bash ./configure gtk2
        cat > _conf.txt <<EOF
 CC = ${CC}
 MT_VERSION=mtPaint 3.02