# HG changeset patch # User Antoine Bodin # Date 1302099304 -7200 # Node ID 5f9f0aceea965435d536673bf8bf7e6c992646eb # Parent 005867d1ffdd96bf69a082fda2d128c2eca50bc2 remove rootconfig option from install (doesn't make sense) diff -r 005867d1ffdd -r 5f9f0aceea96 tazpkg --- a/tazpkg Fri Apr 01 03:43:47 2011 +0200 +++ b/tazpkg Wed Apr 06 16:15:04 2011 +0200 @@ -1751,21 +1751,11 @@ check_for_package_on_cmdline check_for_package_file - get_options_list="root forced list rootconfig" + get_options_list="root forced list" get_options [ "$root" ] && ROOT="$root" && check_base_dir "$root" [ "$list" ] && INSTALL_LIST="$list" - if [ "$rootconfig" ]; then - if [ "$root" ]; then - CACHE_DIR=$root/$CACHE_DIR - SAVE_CACHE_DIR=$CACHE_DIR - LOCALSTATE=$root/$LOCALSTATE - else - echo "rootconfig needs --root= option used." >&2 - exit 1 - fi - fi # Get repositories priority list. look_for_priority