From patchwork Wed Mar 29 11:41:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6745 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 4Pml5B33mnz3x2l for ; Wed, 29 Mar 2023 11:41:50 +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 4Pml5B05NHzNF; Wed, 29 Mar 2023 11:41:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Pml596mdgz2ynV; Wed, 29 Mar 2023 11:41:49 +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 4Pml585TPlz2y9s for ; Wed, 29 Mar 2023 11:41:48 +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 4Pml576stGzNF; Wed, 29 Mar 2023 11:41:47 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1680090108; 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=DdwHvlWdZ5tBR1YOdle2xf1Glk/HR2hGuyWMPV6Kvx4=; b=DplpqEG0syQ/Y0g2K8YB1Ux8wXcpbcvoz0WlbNe26OzSSZEbU1s2QFNLQNxW1eIHLjAmeN ZedILKsLXwpw+IDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1680090108; 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=DdwHvlWdZ5tBR1YOdle2xf1Glk/HR2hGuyWMPV6Kvx4=; b=mPfkMao0X729J7eDav+/tQ0+6A5fCCFGh1x88eQQuMW2SXT2a3Bb5l9gcKy6p6q7dLnVjN 3jBy3ItNAZvngLH/oLeQf9/0BrSaQyoBsU084elsblxhBn5Zx+METO6e+KeAa106MoSYSA awKEuROoHmix+s0G0PFwOchLBfp5DWrEXWfbOSIAPl4yAVRPLJ+9gkZRAusLA9S2pdu7cp xKYXsWT6TPp1OdB3yu/Y9wRd90p7PG+PnnflN64QqRAnfmHV+pcLc2td5WxXy+/bMchYTI w6cWwQbGnByMCJm7v8shp+rZvLIpiWt9srnozNV6J29JjRxytJ9uDFBSKJSl5A== From: Stefan Schantl To: pakfire@lists.ipfire.org Subject: [PATCH] macros: Introduce sysusersdir Date: Wed, 29 Mar 2023 13:41:42 +0200 Message-Id: <20230329114142.476798-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 X-BeenThere: pakfire@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Mailinglist for the Pakfire Build System." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: pakfire-bounces@lists.ipfire.org Sender: "Pakfire" Signed-off-by: Stefan Schantl --- macros/arch.macro | 1 + 1 file changed, 1 insertion(+) diff --git a/macros/arch.macro b/macros/arch.macro index 2c41a979..5597b589 100644 --- a/macros/arch.macro +++ b/macros/arch.macro @@ -18,6 +18,7 @@ infodir = %{datadir}/info mandir = %{datadir}/man firmwaredir = %{prefix}/lib/firmware unitdir = %{prefix}/lib/systemd/system +sysusersdir = %{prefix}/lib/sysusers.d tmpfilesdir = %{prefix}/lib/tmpfiles.d debugsourcedir = /usr/src/debug