diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 23:18:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 23:18:22 +0000 |
commit | b2c247e65f90ea689d3df4dc8b4f6d8050d299bc (patch) | |
tree | db85c497c7351e555ccd5cd56605f3d6600f79a4 /x11-misc/bblaunch | |
parent | header fix (diff) | |
download | historical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.tar.gz historical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.tar.bz2 historical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.zip |
whitespace cleanup
Diffstat (limited to 'x11-misc/bblaunch')
-rw-r--r-- | x11-misc/bblaunch/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/bblaunch/bblaunch-0.0.3.ebuild | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-misc/bblaunch/Manifest b/x11-misc/bblaunch/Manifest index 90e4953a01c5..7e9fd9593f7f 100644 --- a/x11-misc/bblaunch/Manifest +++ b/x11-misc/bblaunch/Manifest @@ -1,3 +1,3 @@ MD5 d5cf2eb10192f795f5ce29f54c016464 ChangeLog 501 -MD5 a7bdf292587e5d28f8352e56c8e2026d bblaunch-0.0.3.ebuild 643 +MD5 35e3171cb6834ad951d42ae33ff8b393 bblaunch-0.0.3.ebuild 639 MD5 2d5dcbb74f5171cd56a7dfc981d4afe9 files/digest-bblaunch-0.0.3 65 diff --git a/x11-misc/bblaunch/bblaunch-0.0.3.ebuild b/x11-misc/bblaunch/bblaunch-0.0.3.ebuild index eac16dd2f245..74641994bd78 100644 --- a/x11-misc/bblaunch/bblaunch-0.0.3.ebuild +++ b/x11-misc/bblaunch/bblaunch-0.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bblaunch/bblaunch-0.0.3.ebuild,v 1.3 2003/06/12 22:19:06 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bblaunch/bblaunch-0.0.3.ebuild,v 1.4 2003/09/05 23:18:18 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="An application launcher for Blackbox type window managers" @@ -13,11 +13,11 @@ KEYWORDS="x86" DEPEND="virtual/blackbox" src_compile () { - econf || die - emake || die + econf || die + emake || die } src_install () { - make DESTDIR=${D} install || die - dodoc README CHANGELOG AUTHORS + make DESTDIR=${D} install || die + dodoc README CHANGELOG AUTHORS } |