mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-24 08:41:40 -04:00
Try out recommended options for debuild when doing binary
This commit is contained in:
@@ -315,7 +315,7 @@ EOF
|
||||
sudo apt-get install devscripts equivs
|
||||
sudo mk-build-deps -ir $DIRECTORY.orig/debian/control
|
||||
echo "Status: $?"
|
||||
DEBUILD=debuild
|
||||
DEBUILD=debuild -b -uc -us
|
||||
else
|
||||
if [ $TYPE == "local" ]; then
|
||||
# Auto-install all ZoneMinder's dependencies using the Debian control file
|
||||
|
||||
Reference in New Issue
Block a user