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 | 412bd3b23dde9d648d04188aef3f73edb83e0779 (patch) | |
tree | 02259f69f9ed6e8665af5087d2022cbac17a41ce /sys-apps/lcdsplash/lcdsplash-0.3.ebuild | |
parent | Fix install path for rcscript addon #172391 by Georgi Georgiev. (diff) | |
download | historical-412bd3b23dde9d648d04188aef3f73edb83e0779.tar.gz historical-412bd3b23dde9d648d04188aef3f73edb83e0779.tar.bz2 historical-412bd3b23dde9d648d04188aef3f73edb83e0779.zip |
Fix install path for rcscript addon #172391 by Georgi Georgiev.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'sys-apps/lcdsplash/lcdsplash-0.3.ebuild')
-rw-r--r-- | sys-apps/lcdsplash/lcdsplash-0.3.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
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 |