Added config option

This commit is contained in:
Jon-William Lewis
2016-08-14 13:19:07 -05:00
parent 687e7b59e4
commit a10aca70dc
5 changed files with 11 additions and 514 deletions

View File

@@ -59,6 +59,7 @@ function build_sns {
clean
if [ ! -d ."$BUILD_ROOT" ]; then mkdir $BUILD_ROOT; fi
sns_out > "$BUILD_ROOT/sns"
chmod +x "$BUILD_ROOT/sns"
cp -f ./src/bash-completion.src.sh ./build/bash-completion
}