aboutsummaryrefslogtreecommitdiffstats
path: root/package/configure-snippets/configure_case_lines
blob: 87c8df801a4eec1bf1f0acea4a3254d31599f0ef (plain)
1
2
3
4
5
    --bootdb=*)  bootdb=${arg#*=} ;;
    --livedir=*) livedir=${arg#*=} ;;
    --repodir=*) repodir=${arg#*=} ;;
    --with-default-bundle=*) defaultbundle=${arg#*=} ;;