From ed2468a751b019c42a1134c42e517857ec932a82 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Fri, 26 Jul 2024 22:40:58 +0300 Subject: [PATCH] fix pika target detection --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index fe123b2..64a084a 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ ## See debhelper(7) (uncomment to enable). ## Output every command that modifies files on the build system. export DH_VERBOSE = 1 -export PIKA_BUILD_ARCH = $(shell cat pika-build-arch) +export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch) ## === the chain of command === ## debuild runs a chain of dh functions in the following order: