From patchwork Sat Feb 27 19:21:10 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 3916 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 4DnxGF5lCVz3wwp for ; Sat, 27 Feb 2021 19:21:25 +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 4DnxGD5tZtz1pt; Sat, 27 Feb 2021 19:21:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4DnxGD3wLZz2ySg; Sat, 27 Feb 2021 19:21:24 +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 4DnxGC1h4Zz2xlC; Sat, 27 Feb 2021 19:21:23 +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 4DnxGB1KMWz1f; Sat, 27 Feb 2021 19:21:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1614453682; 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=XxHvQq1HupOepeSrZC/WxyuXoEYEfuAf/RW1rJKEUHw=; b=fe66qNESxYkMMzvWjEtSB+SVL/tVxBKERYbUTRkMPyFR85wa+NWy67TcT5Y/LxN9OSDAtS OxVbiekw8sEZFZAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1614453682; 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=XxHvQq1HupOepeSrZC/WxyuXoEYEfuAf/RW1rJKEUHw=; b=FQACBpFKPAHEY0RtZEs6MZ4zCMC/gGmOJA4gl/wfPqnXUjTq1pbBPrH5UTXBSBRsz/+m5J xGmhU3Af4n+rGBK8B4fO4ckNwRLnf5y1JL+l+hmQQfyUeiLcrgLlodyzFUPwntw+29RuUy tERGvUUtLCuIFK/oNokRkH0abD7EViHnuooEDgk3LELUtoJiCtKDiyenSWpLg02FGZlg2y EXYHYdVHZRzF8DKB2yZ6YsRyB7+B7+xPTp9ORv/c9ULo7Y6e9yrzDU0VwuZNW2Qv/2Lmtn lFUy50RL2eIsGunAK5dIVRV0le8XxEhihuIl2AzhSQo+qTGBszXfe8RllcnPdg== From: Stefan Schantl To: location@lists.ipfire.org Subject: [PATCH] Makefile.am: Honor DESTDIR when installing perl bindings Date: Sat, 27 Feb 2021 20:21:10 +0100 Message-Id: <20210227192110.17129-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: , Cc: development@lists.ipfire.org Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Stefan Schantl --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4b865f1..65e96d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -239,7 +239,7 @@ check-perl: testdata.db .PHONY: install-perl install-perl: - cd $(builddir)/src/perl && $(MAKE) install + cd $(builddir)/src/perl && $(MAKE) install DESTIDR=$(DESTDIR) .PHONY: clean-perl clean-perl: