Skip to content

Commit

Permalink
build-bwrap.sh script updated: do not build and install bash-completi…
Browse files Browse the repository at this point in the history
…on script
  • Loading branch information
DarkCaster committed May 31, 2019
1 parent 6f857ea commit 414989c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-bwrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rm -rf "$curdir/Build/Bwrap-build"
mkdir -p "$curdir/Build/Bwrap-build" && cd "$curdir/Build/Bwrap-build"
check_error

"$curdir/External/Bwrap/configure" --prefix="/usr/local" --with-priv-mode=setuid
"$curdir/External/Bwrap/configure" --prefix="/usr/local" --with-priv-mode=setuid --without-bash-completion-dir
check_error

make
Expand Down

0 comments on commit 414989c

Please sign in to comment.