Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Build Ubuntu package with Debian package support
Browse files Browse the repository at this point in the history
Change-Id: I820fa8074f695430ce2eb51f6d8bf14b1a933f58
  • Loading branch information
Phil Wise committed Feb 16, 2018
1 parent 1f3d405 commit 588700c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

mkdir -p build-ubuntu
cd build-ubuntu
cmake -DCMAKE_BUILD_TYPE=Release ../src
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_OSTREE=OFF -DBUILD_DEB=ON ../src

make -j8
make package
Expand Down

0 comments on commit 588700c

Please sign in to comment.