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 | e59fdf77ccb7fd4ba9fe1b6bc9feff9ca2c5a23f (patch) | |
tree | 4bdd6b82ba82834b59a86922a6f8b8dd8dff2111 /app-admin/webmin | |
parent | Partially fixed bug #6723, now installing quotatab to /etc (diff) | |
download | gentoo-2-e59fdf77ccb7fd4ba9fe1b6bc9feff9ca2c5a23f.tar.gz gentoo-2-e59fdf77ccb7fd4ba9fe1b6bc9feff9ca2c5a23f.tar.bz2 gentoo-2-e59fdf77ccb7fd4ba9fe1b6bc9feff9ca2c5a23f.zip |
typo fix
Diffstat (limited to 'app-admin/webmin')
-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 } |