Add a local build type

This commit is contained in:
Isaac Connor 2016-01-18 21:39:33 -05:00
parent 3ebeaec8ab
commit e9c9caf201
1 changed files with 5 additions and 1 deletions

View File

@ -51,7 +51,11 @@ EOF
if [ $TYPE == "binary" ]; then
debuild
else
debuild -S -sa
if [ $TYPE == "local" ]; then
debuild -i -us -uc -b
else
debuild -S -sa
fi;
fi;
cd ../