summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2005-10-23 22:36:59 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2005-10-23 22:36:59 +0000
commit7403c33684a7e2e3ef5b8d2930a08b0d52d7dae8 (patch)
tree8147b528281f423192ab7a4303a42664f7406de9 /sys-block/partimage/partimage-0.6.4-r4.ebuild
parentminor fix (diff)
downloadhistorical-7403c33684a7e2e3ef5b8d2930a08b0d52d7dae8.tar.gz
historical-7403c33684a7e2e3ef5b8d2930a08b0d52d7dae8.tar.bz2
historical-7403c33684a7e2e3ef5b8d2930a08b0d52d7dae8.zip
fixed bug #109482.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'sys-block/partimage/partimage-0.6.4-r4.ebuild')
-rw-r--r--sys-block/partimage/partimage-0.6.4-r4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/partimage/partimage-0.6.4-r4.ebuild b/sys-block/partimage/partimage-0.6.4-r4.ebuild
index cda179877ca0..8c7c8c027a45 100644
--- a/sys-block/partimage/partimage-0.6.4-r4.ebuild
+++ b/sys-block/partimage/partimage-0.6.4-r4.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/sys-block/partimage/partimage-0.6.4-r4.ebuild,v 1.4 2005/10/07 00:20:43 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.4-r4.ebuild,v 1.5 2005/10/23 22:36:59 xmerlin Exp $
inherit eutils flag-o-matic pam
@@ -161,7 +161,7 @@ partimagesslperms() {
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"
+ einfo "emerge --config =${PF}"
# force a permmissions fixup
partimagesslperms
return 0