diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-19 06:02:25 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-19 06:02:25 +0000 |
commit | 874ac960202732f06e8b0741df112a4bd6df7d67 (patch) | |
tree | 3116a6a8ab3cc9c014439e31989b25f4840e7c70 /media-libs/libsoundtouch | |
parent | One more QA issue for the road. (Manifest recommit) (diff) | |
download | gentoo-2-874ac960202732f06e8b0741df112a4bd6df7d67.tar.gz gentoo-2-874ac960202732f06e8b0741df112a4bd6df7d67.tar.bz2 gentoo-2-874ac960202732f06e8b0741df112a4bd6df7d67.zip |
Ebuild cleanup. Fixed doc path.
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r-- | media-libs/libsoundtouch/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index ecaf124b6da7..f8d6e2fe333a 100644 --- a/media-libs/libsoundtouch/ChangeLog +++ b/media-libs/libsoundtouch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libsoundtouch # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.3 2004/10/04 20:15:45 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.4 2004/10/19 06:02:25 eradicator Exp $ + + 18 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> + libsoundtouch-1.2.1.ebuild: + Ebuild cleanup. Fixed doc path. 04 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> libsoundtouch-1.2.1.ebuild: diff --git a/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild index 48ba876cc522..5515405a2206 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild,v 1.3 2004/10/04 20:15:45 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild,v 1.4 2004/10/19 06:02:25 eradicator Exp $ IUSE="" @@ -12,7 +12,7 @@ SRC_URI="http://sky.prohosting.com/oparviai/soundtouch/soundtouch_v${PV}.zip" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc ~x86" # FIXME: # @@ -41,6 +41,6 @@ src_compile() { } src_install() { - make DESTDIR=${D} pkgdocdir=/usr/share/doc/${P} install || die - rm -f ${D}/usr/share/doc/${P}/COPYING.TXT # remove obsolete LICENCE file + make DESTDIR="${D}" pkgdocdir="/usr/share/doc/${PF}" install || die + rm -f ${D}/usr/share/doc/${PF}/COPYING.TXT # remove obsolete LICENCE file } |