1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

OP-1695 Ubuntu PPA: suppress 'which' stderr

This commit is contained in:
James Duley 2015-03-03 18:19:42 +13:00
parent 655e907506
commit b1adc38f05

View File

@ -7,7 +7,7 @@ ifndef OPENPILOT_IS_COOL
endif
# Are we using a debian based distro?
ifneq ($(shell which dpkg),)
ifneq ($(shell which dpkg 2> /dev/null),)
DEB_DIST := unstable
# Instead of RELEASE-15.01-RC1 debian wants 15.01~RC1