diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-06-06 17:15:28 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-06-06 17:15:28 +0000 |
commit | b0b26053bf10d6b7a7d2d787c22acda3a6661680 (patch) | |
tree | 2769ceea3ae59bc4f58c390f8ab11267770e3523 /app-laptop | |
parent | Stable on sparc wrt #135427 (diff) | |
download | gentoo-2-b0b26053bf10d6b7a7d2d787c22acda3a6661680.tar.gz gentoo-2-b0b26053bf10d6b7a7d2d787c22acda3a6661680.tar.bz2 gentoo-2-b0b26053bf10d6b7a7d2d787c22acda3a6661680.zip |
added dir, see bug #135698
(Portage version: 2.1_rc4)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/pbbuttonsd/ChangeLog | 5 | ||||
-rw-r--r-- | app-laptop/pbbuttonsd/pbbuttonsd-0.7.5.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-laptop/pbbuttonsd/ChangeLog b/app-laptop/pbbuttonsd/ChangeLog index 988b19eb2e4c..ea0fe49a8fc9 100644 --- a/app-laptop/pbbuttonsd/ChangeLog +++ b/app-laptop/pbbuttonsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-laptop/pbbuttonsd # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/ChangeLog,v 1.48 2006/05/27 17:55:03 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/ChangeLog,v 1.49 2006/06/06 17:15:28 lu_zero Exp $ + + 06 Jun 2006; Luca Barbato <lu_zero@gentoo.org> pbbuttonsd-0.7.5.ebuild: + Added missing dir as pointed in bug #135698 27 May 2006; Joseph Jezak <josejx@gentoo.org> pbbuttonsd-0.7.5.ebuild: Marked ppc stable. diff --git a/app-laptop/pbbuttonsd/pbbuttonsd-0.7.5.ebuild b/app-laptop/pbbuttonsd/pbbuttonsd-0.7.5.ebuild index 48d70cc9da33..c8311fe9c594 100644 --- a/app-laptop/pbbuttonsd/pbbuttonsd-0.7.5.ebuild +++ b/app-laptop/pbbuttonsd/pbbuttonsd-0.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.7.5.ebuild,v 1.2 2006/05/27 17:55:03 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.7.5.ebuild,v 1.3 2006/06/06 17:15:28 lu_zero Exp $ inherit eutils flag-o-matic @@ -43,6 +43,7 @@ src_compile() { src_install() { dodir /etc/power + use ibam && dodir /var/lib/ibam make DESTDIR=${D} install || die "failed to install" exeinto /etc/init.d newexe ${FILESDIR}/pbbuttonsd.rc6 pbbuttonsd |