diff options
author | Alastair Tse <liquidx@gentoo.org> | 2005-01-13 15:06:32 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2005-01-13 15:06:32 +0000 |
commit | 925179ebb687f1a7da20368b6e1dfebe959be151 (patch) | |
tree | b4555fb2638caacc075a7cd7ac8bf5fda2182792 /media-video/qc-usb | |
parent | Add "smtp" flag for net-mail/hotwayd for bug #77629. (diff) | |
download | gentoo-2-925179ebb687f1a7da20368b6e1dfebe959be151.tar.gz gentoo-2-925179ebb687f1a7da20368b6e1dfebe959be151.tar.bz2 gentoo-2-925179ebb687f1a7da20368b6e1dfebe959be151.zip |
fix installation of qcset. (#73823)
Diffstat (limited to 'media-video/qc-usb')
-rw-r--r-- | media-video/qc-usb/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/qc-usb/qc-usb-0.6.0.ebuild | 6 | ||||
-rw-r--r-- | media-video/qc-usb/qc-usb-0.6.2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/media-video/qc-usb/ChangeLog b/media-video/qc-usb/ChangeLog index 119899029e5d..675a88d25a85 100644 --- a/media-video/qc-usb/ChangeLog +++ b/media-video/qc-usb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/qc-usb -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/ChangeLog,v 1.6 2004/11/11 19:24:09 liquidx Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/ChangeLog,v 1.7 2005/01/13 15:06:32 liquidx Exp $ + + 13 Jan 2005; Alastair Tse <liquidx@gentoo.org> qc-usb-0.6.0.ebuild, + qc-usb-0.6.2.ebuild: + fix installation of qcset. (#73823) *qc-usb-0.6.2 (11 Nov 2004) diff --git a/media-video/qc-usb/qc-usb-0.6.0.ebuild b/media-video/qc-usb/qc-usb-0.6.0.ebuild index 900148f54269..c08436ea7967 100644 --- a/media-video/qc-usb/qc-usb-0.6.0.ebuild +++ b/media-video/qc-usb/qc-usb-0.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/qc-usb-0.6.0.ebuild,v 1.4 2004/10/06 16:19:13 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/qc-usb-0.6.0.ebuild,v 1.5 2005/01/13 15:06:32 liquidx Exp $ inherit kernel-mod eutils @@ -34,7 +34,7 @@ src_install() { doins quickcam.o fi - dobin /usr/bin/qcset + dobin qcset dodoc README* APPLICATIONS COPYING CREDITS TODO FAQ insinto /usr/share/doc/${PF} diff --git a/media-video/qc-usb/qc-usb-0.6.2.ebuild b/media-video/qc-usb/qc-usb-0.6.2.ebuild index 84c0965c59d5..74df4714cbed 100644 --- a/media-video/qc-usb/qc-usb-0.6.2.ebuild +++ b/media-video/qc-usb/qc-usb-0.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/qc-usb-0.6.2.ebuild,v 1.1 2004/11/11 19:24:09 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/qc-usb-0.6.2.ebuild,v 1.2 2005/01/13 15:06:32 liquidx Exp $ inherit kernel-mod eutils @@ -27,7 +27,7 @@ src_install() { doins quickcam.o fi - dobin /usr/bin/qcset + dobin qcset dodoc README* APPLICATIONS COPYING CREDITS TODO FAQ insinto /usr/share/doc/${PF} |