Browse Source

added --no-build-essential in 17843options

git-svn-id: http://trac.vinelinux.org/repos/projects/vbootstrap/trunk@5511 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 12 years ago
parent
commit
112dee03fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vbuilder-bash-completion.sh

+ 1 - 1
vbuilder-bash-completion.sh

@@ -22,7 +22,7 @@ _vbuilder()
     first="${COMP_WORDS[1]}"
 
     ## The basic options we'll complete.
-    options="--profile --version --arch --category --fetch-url --dist-upgrade --unionfs --target --with-compat32 --rpmbuild-define --rpmbuild-with --rpmbuild-without --sign --no-install --login --bootstrap-dir --unionfs-dir --cache-dir --built-rpms-dir --debug"
+    options="--profile --version --arch --category --fetch-url --dist-upgrade --unionfs --target --no-build-essential --with-compat32 --rpmbuild-define --rpmbuild-with --rpmbuild-without --sign --no-install --login --bootstrap-dir --unionfs-dir --cache-dir --built-rpms-dir --debug"
     actions="clean build build-rpm install-rpm remove-rpm"
     opts="$options $actions"