summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuke Booij (tulcod) <auke@tulcod.com>2010-06-26 00:39:39 +0200
committerAuke Booij (tulcod) <auke@tulcod.com>2010-06-26 00:39:39 +0200
commit8495ae0f623b421b1be55d3ff1fbe2d9a7b6b9f9 (patch)
tree8822a3a3713d0967d29e4c12fc83c6ff0358da60
parentPrepare for packaging with distutils (diff)
parentMake ebuilds die if they can't find g-cran.py (diff)
downloadg-cran-8495ae0f623b421b1be55d3ff1fbe2d9a7b6b9f9.tar.gz
g-cran-8495ae0f623b421b1be55d3ff1fbe2d9a7b6b9f9.tar.bz2
g-cran-8495ae0f623b421b1be55d3ff1fbe2d9a7b6b9f9.zip
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/g-cran
-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