diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-09 06:57:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-09 06:57:59 +0000 |
commit | 56d9259407c21c8581ae2a0068c0ea3f51528bd3 (patch) | |
tree | bdfd895b917572aff8d6a69c36678773279e5ef6 /app-admin | |
parent | pawn onto livecd (diff) | |
download | gentoo-2-56d9259407c21c8581ae2a0068c0ea3f51528bd3.tar.gz gentoo-2-56d9259407c21c8581ae2a0068c0ea3f51528bd3.tar.bz2 gentoo-2-56d9259407c21c8581ae2a0068c0ea3f51528bd3.zip |
fix find typo (bug #88429)
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/webmin/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/webmin/webmin-1.190.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/webmin/ChangeLog b/app-admin/webmin/ChangeLog index 96eb8cbf35b6..5b687bb598cf 100644 --- a/app-admin/webmin/ChangeLog +++ b/app-admin/webmin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/webmin # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.78 2005/04/08 21:33:57 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.79 2005/04/09 06:57:59 mr_bones_ Exp $ + + 09 Apr 2005; Michael Sterrett <mr_bones_@gentoo.org> webmin-1.190.ebuild: + fix find typo (bug #88429) *webmin-1.190 (08 Apr 2005) diff --git a/app-admin/webmin/webmin-1.190.ebuild b/app-admin/webmin/webmin-1.190.ebuild index 8bcf8ee1b961..9cd542a39e04 100644 --- a/app-admin/webmin/webmin-1.190.ebuild +++ b/app-admin/webmin/webmin-1.190.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/app-admin/webmin/webmin-1.190.ebuild,v 1.1 2005/04/08 21:33:57 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.190.ebuild,v 1.2 2005/04/09 06:57:59 mr_bones_ Exp $ IUSE="apache2 postgres ssl webmin-minimal" @@ -112,7 +112,7 @@ src_install() { # Fixup the config files to use their real locations sed -i 's:^pidfile=.*$:pidfile=/var/run/webmin.pid:' ${D}/etc/webmin/miniserv.conf - find ${D}/etc/webmin -type f -exec sed -i "s:${D}:${ROOT}:g" {} \; + find ${D}/etc/webmin -type f -exec sed -i "s:${D}:${ROOT}:g" \{\} \; # Cleanup from the config script rm -rf ${D}/var/log/webmin |