diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-23 08:25:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-23 08:25:28 +0000 |
commit | 6c0e647194a05e114cdcf3c468e9fa48c185d9d0 (patch) | |
tree | c1523360f88f9546381536326cf98e2291c9e2aa /app-admin | |
parent | Partially fixed bug #6723, now installing quotatab to /etc (diff) | |
download | historical-6c0e647194a05e114cdcf3c468e9fa48c185d9d0.tar.gz historical-6c0e647194a05e114cdcf3c468e9fa48c185d9d0.tar.bz2 historical-6c0e647194a05e114cdcf3c468e9fa48c185d9d0.zip |
typo fix
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/webmin/webmin-0.992.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/webmin/webmin-0.992.ebuild b/app-admin/webmin/webmin-0.992.ebuild index 55f966962797..387bd3132e42 100644 --- a/app-admin/webmin/webmin-0.992.ebuild +++ b/app-admin/webmin/webmin-0.992.ebuild @@ -1,6 +1,6 @@ # Copyright 2002, Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-0.992.ebuild,v 1.6 2002/08/16 02:21:27 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-0.992.ebuild,v 1.7 2002/08/23 08:25:28 seemant Exp $ DESCRIPTION="Webmin, a web-based system administration interface" SRC_URI="http://www.webmin.com/download/${P}.tar.gz" @@ -29,7 +29,7 @@ src_install() { cp webmin-pam ${D}/etc/pam.d/webmin echo gentoo > ${D}/usr/libexec/webmin/install-type - exeino /etc/webmin + exeinto /etc/webmin doexe ${FILESDIR}/uninstall.sh } |