summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuke Booij (tulcod) <auke@tulcod.com>2010-06-25 18:30:32 +0200
committerAuke Booij (tulcod) <auke@tulcod.com>2010-06-25 18:30:32 +0200
commitd9cced113775aed485f50024be2029adc193100c (patch)
treec9ca542956edd0f8c882b7445f88667cdb7d207c
parentWhat a shameful commit, putting my home directory out there just like that. (diff)
downloadg-cran-d9cced113775aed485f50024be2029adc193100c.tar.gz
g-cran-d9cced113775aed485f50024be2029adc193100c.tar.bz2
g-cran-d9cced113775aed485f50024be2029adc193100c.zip
Make ebuilds die if they can't find g-cran.py
-rwxr-xr-xcran.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/cran.ebuild b/cran.ebuild
index 2443f3f..7f33727 100755
--- a/cran.ebuild
+++ b/cran.ebuild
@@ -16,7 +16,7 @@ cat_pn_pvr=$(echo $this_file|/bin/sed -r 's$.+?/([A-Za-z0-9+_.-]+)/([A-Za-z0-9+_
do
export "$line"
done
-} < <(g-cran.py $this_repo package $cat_pn_pvr);
+} < <(g-cran.py $this_repo package $cat_pn_pvr || die);
for phase in $GCOMMON_PHASES
do