diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-06-17 13:11:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-06-17 13:11:48 +0000 |
commit | 7f8e8d0cc927ae90179a2992a7c4c7e97fb87899 (patch) | |
tree | d23df7f60c257524756578ac1ef0adb9ad2d2b98 /app-shells | |
parent | New upstream kover version (diff) | |
download | historical-7f8e8d0cc927ae90179a2992a7c4c7e97fb87899.tar.gz historical-7f8e8d0cc927ae90179a2992a7c4c7e97fb87899.tar.bz2 historical-7f8e8d0cc927ae90179a2992a7c4c7e97fb87899.zip |
trim ${D} in bashish
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bashish/Manifest | 2 | ||||
-rw-r--r-- | app-shells/bashish/bashish-1.9.21.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/app-shells/bashish/Manifest b/app-shells/bashish/Manifest index a0f1452be3e0..c522486ad61b 100644 --- a/app-shells/bashish/Manifest +++ b/app-shells/bashish/Manifest @@ -1,4 +1,4 @@ MD5 be13d9a99e08f849c6aaa0151fc2e645 files/digest-bashish-1.9.21 66 MD5 81feb15ed591ce02afc2217b9d11ace5 files/bashish.conf 61 MD5 16ec58308d837b0555fad0cea1497c3b ChangeLog 534 -MD5 31d206ffa558c2d32321a9c9b86739e6 bashish-1.9.21.ebuild 762 +MD5 2412406e11b5e39f744a9fc97f403dbc bashish-1.9.21.ebuild 786 diff --git a/app-shells/bashish/bashish-1.9.21.ebuild b/app-shells/bashish/bashish-1.9.21.ebuild index 347ab7e8a58f..082fc55bb537 100644 --- a/app-shells/bashish/bashish-1.9.21.ebuild +++ b/app-shells/bashish/bashish-1.9.21.ebuild @@ -1,6 +1,6 @@ # Copyright 2003 Thomas Eriksson. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/bashish-1.9.21.ebuild,v 1.1 2003/06/17 03:04:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/bashish-1.9.21.ebuild,v 1.2 2003/06/17 13:11:43 vapier Exp $ DESCRIPTION="Text console theme engine" HOMEPAGE="http://bashish.sourceforge.net/" @@ -23,6 +23,7 @@ src_install() { dodir /usr/share/bashish ./InstallBashish || die dobin bashish + dosed /usr/bin/bashish insinto /usr/share/bashish/modules/sh/conf doins ${FILESDIR}/bashish.conf } |