diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2017-03-10 20:36:45 +0100 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-03-10 22:03:48 -0500 |
commit | fe86efa51fd823c0e4c54068ea239c7e38d95908 (patch) | |
tree | a95752a745a31ac25936be7ba68f949096e69c8e /eclass | |
parent | net-irc/kvirc: Delete old versions. (diff) | |
download | gentoo-fe86efa51fd823c0e4c54068ea239c7e38d95908.tar.gz gentoo-fe86efa51fd823c0e4c54068ea239c7e38d95908.tar.bz2 gentoo-fe86efa51fd823c0e4c54068ea239c7e38d95908.zip |
xdg-utils.eclass: Fix typo in description of MIMEINFO_DATABASE_UPDATE_BIN.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xdg-utils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xdg-utils.eclass b/eclass/xdg-utils.eclass index 9595cec1b491..1f5d4b0b4c52 100644 --- a/eclass/xdg-utils.eclass +++ b/eclass/xdg-utils.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: xdg-utils.eclass @@ -34,7 +34,7 @@ esac # @ECLASS-VARIABLE: MIMEINFO_DATABASE_UPDATE_BIN # @INTERNAL # @DESCRIPTION: -# Path to update-desktop-database +# Path to update-mime-database : ${MIMEINFO_DATABASE_UPDATE_BIN:="/usr/bin/update-mime-database"} # @ECLASS-VARIABLE: MIMEINFO_DATABASE_DIR |