Skip to content

Commit

Permalink
create_deb: get require syntax right
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Dec 11, 2017
1 parent 382ce06 commit 1497703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sudo checkinstall \
--pkgarch="amd64" \
--pkgrelease=1 \
--pkglicense="BSD-3-clause" \
--requires="libcurl4-openssl-dev libtinyxml2-dev" \
--requires="libcurl4-openssl-dev,libtinyxml2-dev" \
--provides="dronecore-dev" \
--backup=no \
--deldoc=yes \
Expand Down

0 comments on commit 1497703

Please sign in to comment.