pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/bulk In the FTPHOST compatibility mode, there was a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/acdccc4cc3d0
branches: trunk
changeset: 506977:acdccc4cc3d0
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue Jan 24 19:19:01 2006 +0000
description:
In the FTPHOST compatibility mode, there was a slash missing when
constructing REPORTS_DIR out of FTPHOST and FTPURL.
diffstat:
mk/bulk/post-build-conf | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1ab45f748331 -r acdccc4cc3d0 mk/bulk/post-build-conf
--- a/mk/bulk/post-build-conf Tue Jan 24 19:15:29 2006 +0000
+++ b/mk/bulk/post-build-conf Tue Jan 24 19:19:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: post-build-conf,v 1.11 2006/01/21 11:29:33 rillig Exp $
+# $NetBSD: post-build-conf,v 1.12 2006/01/24 19:19:01 rillig Exp $
#
# This file is included after the build.conf file by the "build" and
@@ -163,7 +163,7 @@
set,set)
pbc_die "FTP and REPORTS_DIR must not be set both.";;
set,)
- REPORTS_URL="${FTPHOST}"`dirname "${FTPURL}"`
+ REPORTS_URL="${FTPHOST}"/`dirname "${FTPURL}"`
REPORTS_DIR=`dirname "$FTP"`
REPORT_BASEDIR=`basename "${FTP}"`
REPORT_HTML_FILE=`basename "${REPORT}"`
Home |
Main Index |
Thread Index |
Old Index