summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/notecase/notecase-1.7.6.ebuild')
-rw-r--r--app-text/notecase/notecase-1.7.6.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-text/notecase/notecase-1.7.6.ebuild b/app-text/notecase/notecase-1.7.6.ebuild
index 857a459eeb5c..c02c1b644ec6 100644
--- a/app-text/notecase/notecase-1.7.6.ebuild
+++ b/app-text/notecase/notecase-1.7.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/notecase-1.7.6.ebuild,v 1.1 2008/01/15 17:16:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/notecase-1.7.6.ebuild,v 1.2 2008/01/20 11:50:19 armin76 Exp $
inherit eutils fdo-mime
@@ -36,8 +36,10 @@ src_unpack() {
Makefile || die "gnome sed failed"
fi
- ! use nls && sed -i -e 's/notecase$(EXE) poinstall/notecase$(EXE)/g' \
- Makefile || die "nls sed failed"
+ ! use nls && {
+ sed -i -e 's/notecase$(EXE) poinstall/notecase$(EXE)/g' \
+ Makefile || die "nls sed failed"
+ }
}
src_install() {