diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-28 06:12:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-28 06:12:55 +0000 |
commit | 4cdca42b0a2249458fb3d16be0a612ab0681e8b8 (patch) | |
tree | 3b7d8aa9fe7590c6ff01bdcac7408112e66f96c3 /sys-apps/lcdsplash | |
parent | Fix install path for rcscript addon #172391 by Georgi Georgiev. (diff) | |
download | gentoo-2-4cdca42b0a2249458fb3d16be0a612ab0681e8b8.tar.gz gentoo-2-4cdca42b0a2249458fb3d16be0a612ab0681e8b8.tar.bz2 gentoo-2-4cdca42b0a2249458fb3d16be0a612ab0681e8b8.zip |
Fix install path for rcscript addon #172391 by Georgi Georgiev.
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-apps/lcdsplash')
-rw-r--r-- | sys-apps/lcdsplash/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/lcdsplash/lcdsplash-0.3.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-apps/lcdsplash/ChangeLog b/sys-apps/lcdsplash/ChangeLog index 8ddfdf2830ef..9a5c044725c9 100644 --- a/sys-apps/lcdsplash/ChangeLog +++ b/sys-apps/lcdsplash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/lcdsplash # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lcdsplash/ChangeLog,v 1.4 2007/02/09 05:35:49 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lcdsplash/ChangeLog,v 1.5 2007/03/28 06:12:55 vapier Exp $ + + 28 Mar 2007; Mike Frysinger <vapier@gentoo.org> lcdsplash-0.3.ebuild: + Fix install path for rcscript addon #172391 by Georgi Georgiev. 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/sys-apps/lcdsplash/lcdsplash-0.3.ebuild b/sys-apps/lcdsplash/lcdsplash-0.3.ebuild index e23e12728435..609ae57b1af2 100644 --- a/sys-apps/lcdsplash/lcdsplash-0.3.ebuild +++ b/sys-apps/lcdsplash/lcdsplash-0.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lcdsplash/lcdsplash-0.3.ebuild,v 1.1 2005/03/29 05:21:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lcdsplash/lcdsplash-0.3.ebuild,v 1.2 2007/03/28 06:12:55 vapier Exp $ + +inherit multilib DESCRIPTION="splash Gentoo boot information on LCD's" HOMEPAGE="http://www.gentoo.org/" @@ -19,7 +21,7 @@ S=${WORKDIR}/${PN} src_install() { insinto /sbin doins splash-functions.sh || die "splash" - insinto /lib/rcscripts/lcdsplash + insinto /$(get_libdir)/rcscripts/lcdsplash doins -r modules/* || die "modules" insinto /etc |