pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/bulk Fixed singleton variable which had been left o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e73d1fc52f08
branches: trunk
changeset: 503144:e73d1fc52f08
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon Nov 14 21:37:16 2005 +0000
description:
Fixed singleton variable which had been left over by one of the last
changes.
diffstat:
mk/bulk/printindex | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 310e67a3ba22 -r e73d1fc52f08 mk/bulk/printindex
--- a/mk/bulk/printindex Mon Nov 14 21:04:07 2005 +0000
+++ b/mk/bulk/printindex Mon Nov 14 21:37:16 2005 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: printindex,v 1.21 2005/11/11 10:50:14 rillig Exp $
+# $NetBSD: printindex,v 1.22 2005/11/14 21:37:16 rillig Exp $
#
#
# Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -126,7 +126,7 @@
case $have_brokenbasedir in
yes) broken_path="${brokenbasedir}/${pkgdir}/${brokenfile}"
- ${MKDIR} "${brokendir}"
+ ${MKDIR} "${brokenbasedir}/${pkgdir}"
;;
*) broken_path="${brokenfile}"
;;
Home |
Main Index |
Thread Index |
Old Index