diff options
author | Rob Romans <killsoft@gentoo.org> | 2005-03-31 02:46:21 +0000 |
---|---|---|
committer | Rob Romans <killsoft@gentoo.org> | 2005-03-31 02:46:21 +0000 |
commit | 3beebae0547c2a2b6a163111d88dbcc9828fdbd5 (patch) | |
tree | 63a334502401442bfdda5ba2411f60357abe0533 /media-radio | |
parent | Version bump. (diff) | |
download | historical-3beebae0547c2a2b6a163111d88dbcc9828fdbd5.tar.gz historical-3beebae0547c2a2b6a163111d88dbcc9828fdbd5.tar.bz2 historical-3beebae0547c2a2b6a163111d88dbcc9828fdbd5.zip |
use make install
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/cwdaemon/Manifest | 2 | ||||
-rw-r--r-- | media-radio/cwdaemon/cwdaemon-0.9.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-radio/cwdaemon/Manifest b/media-radio/cwdaemon/Manifest index ccf9c4c47e65..b6a880ee5ea0 100644 --- a/media-radio/cwdaemon/Manifest +++ b/media-radio/cwdaemon/Manifest @@ -3,7 +3,7 @@ MD5 28d0c3bb6c80425620241cff231da8d3 metadata.xml 224 MD5 0c0ed431d1be968060380375374c6eac cwdaemon-0.9.1.ebuild 640 MD5 34e1c70b94fa51d3afa4e276d8a9ac11 cwdaemon-0.9.ebuild 639 MD5 bfe5c2ca0f9fe1c81971790a5a706c19 cwdaemon-0.8.ebuild 638 -MD5 5f40b43d9c228f1284b5baa11059b2b0 cwdaemon-0.9.2.ebuild 641 +MD5 40181a0d9a5609dd28725f23f4b65e5a cwdaemon-0.9.2.ebuild 660 MD5 72ba8154328270caa729bc0893d77a3b files/digest-cwdaemon-0.9.1 66 MD5 0d240805bb994d36024d3ab020aca666 files/digest-cwdaemon-0.9 64 MD5 c9800a74fca530a660e5a9796fba43fe files/digest-cwdaemon-0.9.2 66 diff --git a/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild b/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild index 22ed9dbf675d..376e6778e77f 100644 --- a/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild +++ b/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild,v 1.1 2005/03/31 01:33:58 killsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild,v 1.2 2005/03/31 02:46:21 killsoft Exp $ DESCRIPTION="A morse daemon for the parallel or serial port" HOMEPAGE="http://www.qsl.net/pg4i/linux/cwdaemon.html" @@ -20,5 +20,5 @@ src_compile() { } src_install() { - einstall || die "install failed" + make DESTDIR="${D}" install || die "install failed" } |