[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] We don't need productpath anymore, so stop taking it as an option
- From: Jeremy Katz <katzj redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH] We don't need productpath anymore, so stop taking it as an option
- Date: Thu, 14 Feb 2008 17:51:14 -0500
---
scripts/buildinstall | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diff --git a/scripts/buildinstall b/scripts/buildinstall
index 1c145a7..828605f 100755
--- a/scripts/buildinstall
+++ b/scripts/buildinstall
@@ -19,7 +19,7 @@
#
usage() {
- echo "Usage: buildinstall --version <version> --product <product> --release <comment> [--prodpath <path>] [--discs <discstring>] <root>" >&2
+ echo "Usage: buildinstall --version <version> --product <product> --release <comment> [--discs <discstring>] <root>" >&2
exit 1
}
@@ -59,13 +59,6 @@ while [ $# -gt 0 ]; do
shift; shift
;;
-
- # where to find the packages so that we can find anaconda-runtime
- --prodpath)
- PRODUCTPATH=$2
- shift; shift
- ;;
-
*)
DIR=$1
shift
@@ -94,7 +87,6 @@ if [ -z "$BUGURL" ]; then
fi
DIR=`cd $DIR; /bin/pwd`
-PKGDIR=$DIR/$PRODUCTPATH
BUILDINSTDIR=`mktemp -d ${TMPDIR:-/tmp}/buildinstall.tree.XXXXXX`
TREEDIR=`mktemp -d ${TMPDIR:-/tmp}/treedir.XXXXXX`
--
1.5.4.1
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]