[PATCH] We don't need productpath anymore, so stop taking it as an option

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 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

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux