summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Lichtenthaeler (pvbcharon) <charon@episode-iv.de>2009-05-14 11:35:31 +0000
committerDennis Lichtenthaeler (pvbcharon) <charon@episode-iv.de>2009-05-14 11:35:31 +0000
commit3a951840a7c10db8227218a33254aa3399b5fe34 (patch)
treed217bddfffd2b6826413a3a9d9dbdf4722762f7c /media-gfx/gimp-texturize-plugin/gimp-texturize-plugin-2.1.ebuild
parentapp-crypt/paperkey: Updated to 1.1, thanks to jlec and idl0r (diff)
downloadsunrise-3a951840a7c10db8227218a33254aa3399b5fe34.tar.gz
sunrise-3a951840a7c10db8227218a33254aa3399b5fe34.tar.bz2
sunrise-3a951840a7c10db8227218a33254aa3399b5fe34.zip
media-gfx/gimp-texturize-plugin: Updating per idl0r's suggestions
svn path=/sunrise/; revision=8542
Diffstat (limited to 'media-gfx/gimp-texturize-plugin/gimp-texturize-plugin-2.1.ebuild')
-rw-r--r--media-gfx/gimp-texturize-plugin/gimp-texturize-plugin-2.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/gimp-texturize-plugin/gimp-texturize-plugin-2.1.ebuild b/media-gfx/gimp-texturize-plugin/gimp-texturize-plugin-2.1.ebuild
index 430f8ec07..646129b6a 100644
--- a/media-gfx/gimp-texturize-plugin/gimp-texturize-plugin-2.1.ebuild
+++ b/media-gfx/gimp-texturize-plugin/gimp-texturize-plugin-2.1.ebuild
@@ -17,7 +17,7 @@ DEPEND="${RDEPEND}"
S="$WORKDIR/gimp-texturize"
src_install() {
- emake DESTDIR="${D}" install
+ emake DESTDIR="${D}" install || die "unable to install"
- dodoc AUTHORS bugs ChangeLog COPYING NEWS README todo
+ dodoc AUTHORS bugs ChangeLog NEWS README todo || die "unable to install documentation"
}