From f0da32da0523e108b2633e1d10c4f2caebaf822f Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 8 Sep 2010 05:10:48 +0000 Subject: [PATCH] fixed the filecheck in the dumb .bep file, also cleaned up the tar command. --- media-libs/dumb/dumb-0.9.3.bep | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-libs/dumb/dumb-0.9.3.bep b/media-libs/dumb/dumb-0.9.3.bep index 5e0c805f8..133679aa6 100644 --- a/media-libs/dumb/dumb-0.9.3.bep +++ b/media-libs/dumb/dumb-0.9.3.bep @@ -6,12 +6,11 @@ STATUS_HAIKU="stable" DEPEND="media-libs/allegro >= 4.4.1.1" CHECKSUM_MD5="f48da5b990aa8aa822d3b6a951baf5c2" BUILD { - if [ -n dumb-0.9.3-autotools.tar.gz ]; then + if [ ! -f dumb-0.9.3-autotools.tar.gz ]; then # get the autotools to help in building dumb wget http://prdownloads.sourceforge.net/dumb/dumb-0.9.3-autotools.tar.gz?download fi - gunzip dumb-0.9.3-autotools.tar.gz - tar -xf dumb-0.9.3-autotools.tar + tar -xvf dumb-0.9.3-autotools.tar.gz cd dumb-0.9.3 mkdir -p m4 haikuporter -y -b allegro-4.4.1.1