diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 22:43:19 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 22:43:19 +0000 |
commit | 18f68b9b5630b872e5a7a445936dd46c60dbd99f (patch) | |
tree | 9669e1ffe6eae6d2c15b13a1f509412241138912 /xfce-base/xfce-utils | |
parent | DOCS has to be an array now, all ebuilds are migrated (diff) | |
download | gentoo-2-18f68b9b5630b872e5a7a445936dd46c60dbd99f.tar.gz gentoo-2-18f68b9b5630b872e5a7a445936dd46c60dbd99f.tar.bz2 gentoo-2-18f68b9b5630b872e5a7a445936dd46c60dbd99f.zip |
Drop useless die in EAPI4 ebuild
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/xfce-utils')
-rw-r--r-- | xfce-base/xfce-utils/xfce-utils-4.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-base/xfce-utils/xfce-utils-4.8.1.ebuild b/xfce-base/xfce-utils/xfce-utils-4.8.1.ebuild index 6efe3b4e064f..d804ec3712db 100644 --- a/xfce-base/xfce-utils/xfce-utils-4.8.1.ebuild +++ b/xfce-base/xfce-utils/xfce-utils-4.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.8.1.ebuild,v 1.8 2011/05/19 22:08:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.8.1.ebuild,v 1.9 2011/05/19 22:43:19 ssuominen Exp $ EAPI=4 inherit xfconf @@ -52,5 +52,5 @@ src_install() { echo startxfce4 > "${T}"/Xfce4 exeinto /etc/X11/Sessions - doexe "${T}"/Xfce4 || die + doexe "${T}"/Xfce4 } |