diff --git a/debian/rules b/debian/rules index d61bc10..fc223d4 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) -ifeq ($(findstring arm, $(DEB_HOST_ARCH)) +ifeq (,$(findstring arm, $(DEB_HOST_ARCH)) adbbinfile=bin/linux-arm-adb fastbootbinfile=bin/linux-arm-fastboot else