diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-01 22:56:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-01 22:56:26 +0000 |
commit | 3a5122cecccce6e10a510028244c563b57b2e48b (patch) | |
tree | 72fc6a65f8477162519dd835db1c4088d243db1c /app-arch/pdv/pdv-1.5.1.ebuild | |
parent | thin ebuilds (diff) | |
download | historical-3a5122cecccce6e10a510028244c563b57b2e48b.tar.gz historical-3a5122cecccce6e10a510028244c563b57b2e48b.tar.bz2 historical-3a5122cecccce6e10a510028244c563b57b2e48b.zip |
Fix use invocation
Diffstat (limited to 'app-arch/pdv/pdv-1.5.1.ebuild')
-rw-r--r-- | app-arch/pdv/pdv-1.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/pdv/pdv-1.5.1.ebuild b/app-arch/pdv/pdv-1.5.1.ebuild index ed07b90ca440..27b96c486d8c 100644 --- a/app-arch/pdv/pdv-1.5.1.ebuild +++ b/app-arch/pdv/pdv-1.5.1.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-arch/pdv/pdv-1.5.1.ebuild,v 1.4 2004/03/12 11:11:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1.ebuild,v 1.5 2004/06/01 22:55:55 agriffis Exp $ DESCRIPTION="build a self-extracting and self-installing binary package" HOMEPAGE="http://pdv.sourceforge.net/" @@ -23,7 +23,7 @@ src_compile() { src_install() { dobin pdv pdvmkpkg || die doman pdv.1 pdvmkpkg.1 - if [ `use X` ]; then + if use X; then dobin X11/xmpdvmkpkg || die doman xmpdvmkpkg.1 || die fi |