diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 02:51:39 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 02:51:39 +0000 |
commit | 0ea178644f3a6e0ed1533b1c2941ffff20332682 (patch) | |
tree | 5b94fc49981679fe690aee0ee10db2e38aa5d3fa /sys-apps/cpufreqd | |
parent | Added patch and myconf fix to fix bug #23767. (diff) | |
download | gentoo-2-0ea178644f3a6e0ed1533b1c2941ffff20332682.tar.gz gentoo-2-0ea178644f3a6e0ed1533b1c2941ffff20332682.tar.bz2 gentoo-2-0ea178644f3a6e0ed1533b1c2941ffff20332682.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'sys-apps/cpufreqd')
-rw-r--r-- | sys-apps/cpufreqd/cpufreqd-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/cpufreqd/cpufreqd-1.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/cpufreqd/cpufreqd-1.0.1.ebuild b/sys-apps/cpufreqd/cpufreqd-1.0.1.ebuild index ba8b7140f95c..45d143f6ae3c 100644 --- a/sys-apps/cpufreqd/cpufreqd-1.0.1.ebuild +++ b/sys-apps/cpufreqd/cpufreqd-1.0.1.ebuild @@ -17,14 +17,14 @@ src_compile() { --prefix=/ \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ - --sysconfdir=/etc + --sysconfdir=/etc make || die "compile of cpufreqd failed" } src_install() { make DESTDIR=${D} install || die dodoc README Authors TODO - + exeinto /etc/init.d newexe ${S}/scripts/gentoo/cpufreqd cpufreqd } diff --git a/sys-apps/cpufreqd/cpufreqd-1.0.ebuild b/sys-apps/cpufreqd/cpufreqd-1.0.ebuild index ba8b7140f95c..45d143f6ae3c 100644 --- a/sys-apps/cpufreqd/cpufreqd-1.0.ebuild +++ b/sys-apps/cpufreqd/cpufreqd-1.0.ebuild @@ -17,14 +17,14 @@ src_compile() { --prefix=/ \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ - --sysconfdir=/etc + --sysconfdir=/etc make || die "compile of cpufreqd failed" } src_install() { make DESTDIR=${D} install || die dodoc README Authors TODO - + exeinto /etc/init.d newexe ${S}/scripts/gentoo/cpufreqd cpufreqd } |