From patchwork Fri Feb 24 16:36:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6610 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PNbB86nvvz3xDP for ; Fri, 24 Feb 2023 16:36:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PNbB6715GzdM; Fri, 24 Feb 2023 16:36:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PNbB65M4Xz30GR; Fri, 24 Feb 2023 16:36:14 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PNbB45DDHz2xm5 for ; Fri, 24 Feb 2023 16:36:12 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4PNbB36FRVz9Q; Fri, 24 Feb 2023 16:36:11 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1677256572; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=9Q/GsoLvr4mC/5+1+JDmZ6pqgb/4PEtInG4zUdpS7Vg=; b=KhM7HYpjdpBmpp+rGmQQDPbD3NEvWj+iLkLwXCaViCl/Qje+17msZ42EbVeKia5HfgH8jK WNuN8GLy20Ibp8BQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1677256572; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=9Q/GsoLvr4mC/5+1+JDmZ6pqgb/4PEtInG4zUdpS7Vg=; b=f+DTlqzVC92cgHABeOB8tPbob7BOLt2HwF7oDmt5BqrRSdYUdvXY9vcemlTlW9pZpMh0HM uBpKHL3XhtZmqYEWZo7fjBtArb/b1JQODMYJzyt2PB2WL/0i9zIU7LwOdFOpcgeReHzjHJ eiMl8/LXiLTVIf//poRPIBatRDFgFfhLvmVdEjDjCwUDpuCXgWv2umfI4Jydu3/bnNxiGf lYsTZxDfm9bWVyFmgJtoS4cF7rgInhQ1AdxYfK50ZG83yfuGrzIOSFjKJAZVElsrYgZOKm /zKWf/rVuD96Y1m6oE8OKP7U1y7nO5oG/SwL4v4l4mUw9myc2pszn5+NybQQ8w== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/3] Substitute @BINDIR@ Date: Fri, 24 Feb 2023 17:36:03 +0100 Message-Id: <20230224163605.90519-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Stefan Schantl --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index a5ff9e0..5afdb7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,7 @@ SED_PROCESS = \ $(AM_V_GEN)$(MKDIR_P) $(dir $@) && $(SED) \ -e 's,@PACKAGE\@,$(PACKAGE),g' \ -e 's,@VERSION\@,$(VERSION),g' \ + -e 's,@BINDIR\@,$(bindir),g' \ < $< > $@ || rm $@ # Overwrite Python path