summaryrefslogtreecommitdiffstats
path: root/scripts/build.sh
diff options
context:
space:
mode:
authoryalei wang <wylandrea@gmail.com>2018-07-26 11:42:59 +0000
committerGerrit Code Review <gerrit@fd.io>2018-07-26 11:42:59 +0000
commit6d318a772b79c37aa72140c9590631057fc0629f (patch)
treeea7db0d27a1690d6c02dae65e5ec554830b1cb1b /scripts/build.sh
parent31dd6191211561ef72850c76eccdafcc34f35c56 (diff)
parent9d051a84fff2b23151b4addbcf204c21b22ed740 (diff)
Merge "Feat: Deb package for ubuntu"
Diffstat (limited to 'scripts/build.sh')
-rwxr-xr-xscripts/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index db355fd..0fa8af2 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -143,6 +143,8 @@ fi
if [ "$OS_ID" == "centos" ]; then
make pkg-rpm
+elif [ "$OS_ID" == "ubuntu" ]; then
+ make pkg-deb
fi
#===========check running env =================