diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:29:29 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:29:29 +0000 |
commit | dacd3fae1731f833aece4e53f86ca4f50822f66b (patch) | |
tree | b1a2f0f8c339914aa7e313554b90bf5dda770f9a /dev-db/xmysqladmin/xmysqladmin-1.0.ebuild | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.tar.gz gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.tar.bz2 gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-db/xmysqladmin/xmysqladmin-1.0.ebuild')
-rw-r--r-- | dev-db/xmysqladmin/xmysqladmin-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild b/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild index 01a4d13bdb25..984d3db11e7c 100644 --- a/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild +++ b/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild,v 1.10 2003/07/16 11:38:48 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild,v 1.11 2003/09/06 22:25:50 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="xforms based front end to mysql" @@ -28,12 +28,12 @@ src_unpack() { } src_compile() { - + make -f Makefile.gentoo || die } src_install () { - + dodir /usr/bin dodir /usr/share/pixmaps make \ |