summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-04-03 00:27:01 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-04-03 00:27:01 +0000
commitaac34d7bea2364e2c5af03d9f4a9d3c5a1eef34a (patch)
tree7ecc9310f12472aa499e557e76ff1c3c28da8824 /sys-apps/hwsetup/hwsetup-1.2.ebuild
parentInitial commit. Closes #215959 (diff)
downloadgentoo-2-aac34d7bea2364e2c5af03d9f4a9d3c5a1eef34a.tar.gz
gentoo-2-aac34d7bea2364e2c5af03d9f4a9d3c5a1eef34a.tar.bz2
gentoo-2-aac34d7bea2364e2c5af03d9f4a9d3c5a1eef34a.zip
Added keepdir /etc/sysconfig for bug #215824.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-apps/hwsetup/hwsetup-1.2.ebuild')
-rw-r--r--sys-apps/hwsetup/hwsetup-1.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/hwsetup/hwsetup-1.2.ebuild b/sys-apps/hwsetup/hwsetup-1.2.ebuild
index f98f65f179a2..0903ed96af2f 100644
--- a/sys-apps/hwsetup/hwsetup-1.2.ebuild
+++ b/sys-apps/hwsetup/hwsetup-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild,v 1.8 2008/03/11 15:27:55 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild,v 1.9 2008/04/03 00:27:01 wolf31o2 Exp $
inherit eutils toolchain-funcs flag-o-matic
@@ -45,6 +45,7 @@ src_compile() {
src_install() {
einstall DESTDIR="${D}" PREFIX=/usr MANDIR=/usr/share/man || die "Install failed"
+ keepdir /etc/sysconfig
}
pkg_postinst() {