summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-wm/musca/ChangeLog5
-rw-r--r--x11-wm/musca/musca-0.9.23.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/musca/ChangeLog b/x11-wm/musca/ChangeLog
index f33406b1830a..4270c8b1dbf4 100644
--- a/x11-wm/musca/ChangeLog
+++ b/x11-wm/musca/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/musca
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/musca/ChangeLog,v 1.3 2009/09/28 01:11:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/musca/ChangeLog,v 1.4 2009/09/29 18:24:58 jer Exp $
+
+ 29 Sep 2009; Jeroen Roovers <jer@gentoo.org> musca-0.9.23.ebuild:
+ Die if dobin fails.
28 Sep 2009; Jeroen Roovers <jer@gentoo.org> musca-0.9.23.ebuild:
Use savedconfig on config.h.
diff --git a/x11-wm/musca/musca-0.9.23.ebuild b/x11-wm/musca/musca-0.9.23.ebuild
index 5c5d46e247b9..d1b57dc5110e 100644
--- a/x11-wm/musca/musca-0.9.23.ebuild
+++ b/x11-wm/musca/musca-0.9.23.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/musca/musca-0.9.23.ebuild,v 1.3 2009/09/28 01:11:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/musca/musca-0.9.23.ebuild,v 1.4 2009/09/29 18:24:58 jer Exp $
EAPI="2"
@@ -31,7 +31,7 @@ src_compile() {
}
src_install() {
- dobin musca
+ dobin musca || die "dobin failed"
doman musca.1
save_config config.h
}