diff options
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/plucker/plucker-1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/plucker/plucker-1.8.ebuild b/app-pda/plucker/plucker-1.8.ebuild index b4cafa335e0d..e3fb97642f97 100644 --- a/app-pda/plucker/plucker-1.8.ebuild +++ b/app-pda/plucker/plucker-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/plucker/plucker-1.8.ebuild,v 1.1 2004/06/21 01:14:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/plucker/plucker-1.8.ebuild,v 1.2 2004/06/21 18:07:35 mr_bones_ Exp $ inherit python @@ -49,5 +49,5 @@ src_install() { /usr/bin/plucker-dump # Extra symlink - dosym /usr/lib/python${PYVER}/site-packages/PyPlucker/pluck-comics.py /usr/bin/pluck-comics + dosym /usr/lib/python${PYVER}/site-packages/PyPlucker/pluck-comics.py /usr/bin/pluck-comics } |