diff options
author | 2005-01-16 11:47:37 +0000 | |
---|---|---|
committer | 2005-01-16 11:47:37 +0000 | |
commit | 6813bf8c14d24a275345753a7325d8d895064dd5 (patch) | |
tree | 08296315c9647d2bde4a2c5bc804ada3b3008e10 /app-editors/bluefish/bluefish-1.0.ebuild | |
parent | bluefish version bump (Manifest recommit) (diff) | |
download | gentoo-2-6813bf8c14d24a275345753a7325d8d895064dd5.tar.gz gentoo-2-6813bf8c14d24a275345753a7325d8d895064dd5.tar.bz2 gentoo-2-6813bf8c14d24a275345753a7325d8d895064dd5.zip |
Fix leading space error in bluefish-1.0
Diffstat (limited to 'app-editors/bluefish/bluefish-1.0.ebuild')
-rw-r--r-- | app-editors/bluefish/bluefish-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/bluefish/bluefish-1.0.ebuild b/app-editors/bluefish/bluefish-1.0.ebuild index ef42e2f1dc13..74c9694f5da3 100644 --- a/app-editors/bluefish/bluefish-1.0.ebuild +++ b/app-editors/bluefish/bluefish-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-1.0.ebuild,v 1.1 2005/01/16 11:46:45 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-1.0.ebuild,v 1.2 2005/01/16 11:47:37 hanno Exp $ inherit eutils fdo-mime @@ -33,5 +33,5 @@ src_install() { } pkg_postinst() { - update-mime-database /usr/share/mime + update-mime-database /usr/share/mime } |