diff options
author | 2003-09-06 22:23:41 +0000 | |
---|---|---|
committer | 2003-09-06 22:23:41 +0000 | |
commit | 8f5142ea9ceeb00cdd1e277d40d247511ba34a8a (patch) | |
tree | db09e00b77544a404c21b25ea239a9a054c39580 /app-office/qhacc/qhacc-2.9.ebuild | |
parent | Update version (diff) | |
download | gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.tar.gz gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.tar.bz2 gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-office/qhacc/qhacc-2.9.ebuild')
-rw-r--r-- | app-office/qhacc/qhacc-2.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/qhacc/qhacc-2.9.ebuild b/app-office/qhacc/qhacc-2.9.ebuild index 2df4629476a7..03676f4b5632 100644 --- a/app-office/qhacc/qhacc-2.9.ebuild +++ b/app-office/qhacc/qhacc-2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/qhacc/qhacc-2.9.ebuild,v 1.1 2003/08/12 19:05:03 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/qhacc/qhacc-2.9.ebuild,v 1.2 2003/09/06 22:21:02 msterret Exp $ inherit kde-base need-qt 3 @@ -22,7 +22,7 @@ pkg_postinst() { cp -R $S/contrib/easysetup/* /etc/qhacc/ einfo "Copy the files in /etc/qhacc to ~/.qhacc, You have to run this program with the command: - qhacc -f ~/.qhacc/ + qhacc -f ~/.qhacc/ I prefer to put this in my .bashrc alias qhacc=\"qhacc -f ~/.qhacc\"" } |