pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap Remove no-op variable (doubly so, it's incor...
details: https://anonhg.NetBSD.org/pkgsrc/rev/52bc2ed148f8
branches: trunk
changeset: 529072:52bc2ed148f8
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Wed May 23 13:54:15 2007 +0000
description:
Remove no-op variable (doubly so, it's incorrectly spelled) for AIX.
diffstat:
bootstrap/mkbinarykit | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 723920ad922c -r 52bc2ed148f8 bootstrap/mkbinarykit
--- a/bootstrap/mkbinarykit Wed May 23 13:52:58 2007 +0000
+++ b/bootstrap/mkbinarykit Wed May 23 13:54:15 2007 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
-# $NetBSD: mkbinarykit,v 1.19 2007/05/23 05:06:03 schmonz Exp $
+# $NetBSD: mkbinarykit,v 1.20 2007/05/23 13:54:15 schmonz Exp $
#
# Make a binary bootstrap kit and place it in targetdir (or current
# working directory if not specified). The mk.conf.example file is
@@ -72,7 +72,6 @@
case "$opsys" in
AIX)
- syscondir=$prefix/etc
pkgdbdir=$prefix/pkgdb
;;
Darwin)
Home |
Main Index |
Thread Index |
Old Index