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:
parent
655e907506
commit
b1adc38f05
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user