summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-04-14 15:00:52 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-04-14 15:00:52 +0000
commitbf601e2e54fe62c4c052f8bd5446ccc5a18c9af4 (patch)
treea3beca8ea1dac1e41a2b8ddbcf0f76032acaf1b8 /skel.ebuild
parentAdd prefix support, bump EAPI to 3, add prefix keywords (diff)
downloadgentoo-2-bf601e2e54fe62c4c052f8bd5446ccc5a18c9af4.tar.gz
gentoo-2-bf601e2e54fe62c4c052f8bd5446ccc5a18c9af4.tar.bz2
gentoo-2-bf601e2e54fe62c4c052f8bd5446ccc5a18c9af4.zip
Punt useless die message. The PM will print out the exact line it failed on.
Diffstat (limited to 'skel.ebuild')
-rw-r--r--skel.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/skel.ebuild b/skel.ebuild
index 928b83a14835..7c3273ced7d2 100644
--- a/skel.ebuild
+++ b/skel.ebuild
@@ -128,7 +128,7 @@ RDEPEND="${DEPEND}"
# --host=${CHOST} \
# --prefix=/usr \
# --infodir=/usr/share/info \
- # --mandir=/usr/share/man || die "./configure failed"
+ # --mandir=/usr/share/man || die
# Note the use of --infodir and --mandir, above. This is to make
# this package FHS 2.2-compliant. For more information, see
# http://www.pathname.com/fhs/