aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Inggs <ginggs@debian.org>2021-01-17 23:23:20 +0200
committerGraham Inggs <ginggs@debian.org>2021-01-17 23:23:20 +0200
commitc3b12064d530422d61fa8db3b3e793dcdd755ea1 (patch)
treecfab46a874baddea5294bcbefec3d8dccfece294
parent3985adac5b6b886f3225ee6fb8cba838d1a84b15 (diff)
downloaddebian_htop-c3b12064d530422d61fa8db3b3e793dcdd755ea1.tar.gz
debian_htop-c3b12064d530422d61fa8db3b3e793dcdd755ea1.tar.bz2
debian_htop-c3b12064d530422d61fa8db3b3e793dcdd755ea1.zip
Use DEB_HOST_ARCH_OS instead of DEB_TARGET_ARCH
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy