diff options
author | David Shakaryan <omp@gentoo.org> | 2006-09-17 05:32:48 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2006-09-17 05:32:48 +0000 |
commit | 954b4c04bce0d1976d1313112e3e3148b2bc867a (patch) | |
tree | 49a8c3f3bb6e9ecfa80279a5d37bad2958ab0147 /sys-power/powerthend/powerthend-1.1.1.ebuild | |
parent | x11-misc/kxstitch: use && if ; -> if use && ; (diff) | |
download | sunrise-reviewed-954b4c04bce0d1976d1313112e3e3148b2bc867a.tar.gz sunrise-reviewed-954b4c04bce0d1976d1313112e3e3148b2bc867a.tar.bz2 sunrise-reviewed-954b4c04bce0d1976d1313112e3e3148b2bc867a.zip |
sys-power/powerthend: Aesthetic changes.
svn path=/sunrise/; revision=1263
Diffstat (limited to 'sys-power/powerthend/powerthend-1.1.1.ebuild')
-rw-r--r-- | sys-power/powerthend/powerthend-1.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-power/powerthend/powerthend-1.1.1.ebuild b/sys-power/powerthend/powerthend-1.1.1.ebuild index f9faef168..fb32be93d 100644 --- a/sys-power/powerthend/powerthend-1.1.1.ebuild +++ b/sys-power/powerthend/powerthend-1.1.1.ebuild @@ -18,13 +18,13 @@ src_unpack() { } src_compile() { - emake powerthend || die "make failed" + emake powerthend || die "emake failed" } src_install() { dosbin powerthend || die dodoc README - doconfd ${FILESDIR}/powerthend.confd powerthend - doinitd ${FILESDIR}/powerthend.rc powerthend + doconfd "${FILESDIR}/powerthend.confd" powerthend + doinitd "${FILESDIR}/powerthend.rc" powerthend } |