Add a local build type
This commit is contained in:
parent
3ebeaec8ab
commit
e9c9caf201
|
@ -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 ../
|
||||
|
|
Loading…
Reference in New Issue