From c3b12064d530422d61fa8db3b3e793dcdd755ea1 Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Sun, 17 Jan 2021 23:23:20 +0200 Subject: Use DEB_HOST_ARCH_OS instead of DEB_TARGET_ARCH --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 0d95754..c337ad8 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ else endif # hurd-i386 can open /proc (nothing there) and /proc/ which works -ifeq (hurd-i386,$(DEB_TARGET_ARCH)) +ifeq (hurd,$(DEB_HOST_ARCH_OS)) ARCH_DEPENDENT_CONFIGURE_PARAMS+= --with-proc=/proc/ else ARCH_DEPENDENT_CONFIGURE_PARAMS+= --with-sensors -- cgit v1.2.3