diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-05 08:49:51 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-05 08:49:51 +0000 |
commit | a17bfc59d3fb6238635b30ccae7d9e8b2a75238e (patch) | |
tree | fb0eaf13942b128ab5e4a84e3f003bdb17f4e71f /net-mail/qmailadmin/qmailadmin-1.2.0_rc1.ebuild | |
parent | Changed SRC_URIs to use the existing 2.6.0 tarball and patch on that instead. (diff) | |
download | historical-a17bfc59d3fb6238635b30ccae7d9e8b2a75238e.tar.gz historical-a17bfc59d3fb6238635b30ccae7d9e8b2a75238e.tar.bz2 historical-a17bfc59d3fb6238635b30ccae7d9e8b2a75238e.zip |
cleanup a bit more
Diffstat (limited to 'net-mail/qmailadmin/qmailadmin-1.2.0_rc1.ebuild')
-rw-r--r-- | net-mail/qmailadmin/qmailadmin-1.2.0_rc1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/qmailadmin/qmailadmin-1.2.0_rc1.ebuild b/net-mail/qmailadmin/qmailadmin-1.2.0_rc1.ebuild index db4237e6eff8..f60af4e8534a 100644 --- a/net-mail/qmailadmin/qmailadmin-1.2.0_rc1.ebuild +++ b/net-mail/qmailadmin/qmailadmin-1.2.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.2.0_rc1.ebuild,v 1.1 2004/01/05 08:23:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.2.0_rc1.ebuild,v 1.2 2004/01/05 08:49:44 robbat2 Exp $ inherit gnuconfig @@ -36,7 +36,7 @@ src_compile() { local dir_htdocs_images="${dir_htdocs}/images" local url_htdocs_images="/${PN}/images" local dir_cgibin="${dir_vhost}/cgi-bin" - local url_cgibin="/cgi-bin/qmailadmin" + local url_cgibin="/cgi-bin/${PN}" local dir_htdocs_htmlib="/usr/share/${PN}/htmllib" local dir_qmail="/var/qmail" local bin_true="/bin/true" |