pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap Make the --binary-macpkg option compatible w...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a94751d1b3a4
branches: trunk
changeset: 542027:a94751d1b3a4
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue Apr 29 22:03:19 2008 +0000
description:
Make the --binary-macpkg option compatible with the other binary-kit options.
diffstat:
bootstrap/bootstrap | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 1d42d54b0056 -r a94751d1b3a4 bootstrap/bootstrap
--- a/bootstrap/bootstrap Tue Apr 29 20:26:47 2008 +0000
+++ b/bootstrap/bootstrap Tue Apr 29 22:03:19 2008 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.121 2008/03/06 04:45:58 jlam Exp $
+# $NetBSD: bootstrap,v 1.122 2008/04/29 22:03:19 minskim Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -385,8 +385,10 @@
binary_gzip_kit=`get_optarg "$1"` ;;
--gzip-binary-kit)
binary_gzip_kit="$2"; shift ;;
+ --binary-macpkg=*)
+ binary_macpkg=`get_optarg "$1"` ;;
--binary-macpkg)
- binary_macpkg=`get_optarg "$1"` ;;
+ binary_macpkg="$2"; shift ;;
--full) full=yes ;;
--quiet) quiet=yes ;;
--help) echo "$usage"; exit ;;
Home |
Main Index |
Thread Index |
Old Index