diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2011-06-07 21:05:51 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2011-06-07 21:05:51 +0000 |
commit | 7981f66ca086006f9821d808a7589af98b0aff8d (patch) | |
tree | ac451e090b016425de09e7e087738343f4abf4d6 /sys-boot/plymouth | |
parent | Version bump. Clean up old revisions. (diff) | |
download | gentoo-2-7981f66ca086006f9821d808a7589af98b0aff8d.tar.gz gentoo-2-7981f66ca086006f9821d808a7589af98b0aff8d.tar.bz2 gentoo-2-7981f66ca086006f9821d808a7589af98b0aff8d.zip |
sys-boot/plymouth-0.8.3-r3: Fixed libdir in plugin install.
(Portage version: 2.1.10/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/plymouth')
-rw-r--r-- | sys-boot/plymouth/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/plymouth/plymouth-0.8.3-r3.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-boot/plymouth/ChangeLog b/sys-boot/plymouth/ChangeLog index c772409d851e..f034757c7c6f 100644 --- a/sys-boot/plymouth/ChangeLog +++ b/sys-boot/plymouth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/plymouth # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.9 2011/06/06 13:03:40 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.10 2011/06/07 21:05:51 aidecoe Exp $ + + 07 Jun 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> + plymouth-0.8.3-r3.ebuild: + Fixed libdir in plugin install. *plymouth-0.8.3-r3 (06 Jun 2011) diff --git a/sys-boot/plymouth/plymouth-0.8.3-r3.ebuild b/sys-boot/plymouth/plymouth-0.8.3-r3.ebuild index cd8290da4f9d..86c4f298b857 100644 --- a/sys-boot/plymouth/plymouth-0.8.3-r3.ebuild +++ b/sys-boot/plymouth/plymouth-0.8.3-r3.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/sys-boot/plymouth/plymouth-0.8.3-r3.ebuild,v 1.1 2011/06/06 13:03:40 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r3.ebuild,v 1.2 2011/06/07 21:05:51 aidecoe Exp $ EAPI="3" @@ -86,7 +86,8 @@ src_install() { fi cd "${SP}" - emake DESTDIR="${D}" install || die 'emake install' + insinto /$(get_libdir)/rc/plugins + doins plymouth.so } pkg_postinst() { |