diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:03:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:03:07 +0000 |
commit | 17f74c04b850daa60d3555f41c67509481f6b644 (patch) | |
tree | 9640c44820e3a21d60a8acde71974ae1dfad4778 /sys-apps/partimage/partimage-0.6.4-r1.ebuild | |
parent | move won't work for bittorrent-theshadow due to versioning problems (diff) | |
download | gentoo-2-17f74c04b850daa60d3555f41c67509481f6b644.tar.gz gentoo-2-17f74c04b850daa60d3555f41c67509481f6b644.tar.bz2 gentoo-2-17f74c04b850daa60d3555f41c67509481f6b644.zip |
don't dep on arch for gnuconfig_update, trim trailing whitespace
Diffstat (limited to 'sys-apps/partimage/partimage-0.6.4-r1.ebuild')
-rw-r--r-- | sys-apps/partimage/partimage-0.6.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/partimage/partimage-0.6.4-r1.ebuild b/sys-apps/partimage/partimage-0.6.4-r1.ebuild index b00bbba09768..e0e548520fb2 100644 --- a/sys-apps/partimage/partimage-0.6.4-r1.ebuild +++ b/sys-apps/partimage/partimage-0.6.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/partimage/partimage-0.6.4-r1.ebuild,v 1.4 2004/06/30 22:39:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/partimage/partimage-0.6.4-r1.ebuild,v 1.5 2004/07/15 02:03:07 agriffis Exp $ inherit gnuconfig eutils @@ -139,7 +139,7 @@ pkg_postinst() { if use ssl; then einfo "To create the required SSL certificates, please do:" einfo "ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config" - # force a permmissions fixup + # force a permmissions fixup partimagesslperms return 0 fi |