diff options
author | E. Liddell <[email protected]> | 2020-03-29 17:04:28 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-22 14:37:29 +0200 |
commit | d4bfee77206b2b8101d4c1d0edcc877cfde1bbf7 (patch) | |
tree | 6c04aa1d6f813d52d064a25adf8e66090f4f71d7 /trinity-base/tdesu | |
parent | 1261b037e96519b0a7d90c3029e6c61bc2dc691d (diff) | |
download | tde-packaging-gentoo-d4bfee77206b2b8101d4c1d0edcc877cfde1bbf7.tar.gz tde-packaging-gentoo-d4bfee77206b2b8101d4c1d0edcc877cfde1bbf7.zip |
Various requested fixes
Diffstat (limited to 'trinity-base/tdesu')
-rw-r--r-- | trinity-base/tdesu/tdesu-14.0.6.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/trinity-base/tdesu/tdesu-14.0.6.ebuild b/trinity-base/tdesu/tdesu-14.0.6.ebuild index dbe98240..a1da5610 100644 --- a/trinity-base/tdesu/tdesu-14.0.6.ebuild +++ b/trinity-base/tdesu/tdesu-14.0.6.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2017 Gentoo Foundation # Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI="7" TRINITY_MODULE_NAME="tdebase" @@ -28,7 +27,7 @@ pkg_postinst () { einfo "It can be overriden on a user-level by adding:" einfo " [super-user-command]" einfo " super-user-command=su" - einfo "to the kdeglobal config file which is should be usually" + einfo "to the kdeglobals config file which is should be usually" einfo "located in the ~/.trinity/share/config/ directory." fi |