From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 7N6YMq/fd2GRIwEAgWs5BA (envelope-from ) for ; Tue, 26 Oct 2021 12:59:59 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id cM2eLa/fd2FSawAAB5/wlQ (envelope-from ) for ; Tue, 26 Oct 2021 10:59:59 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 6009535B75 for ; Tue, 26 Oct 2021 12:59:59 +0200 (CEST) Received: from localhost ([::1]:36078 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mfKBS-0003FN-Gu for larch@yhetil.org; Tue, 26 Oct 2021 06:59:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56100) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfJw3-0006r3-BO for guix-patches@gnu.org; Tue, 26 Oct 2021 06:44:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33672) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mfJw2-0001nc-Fh for guix-patches@gnu.org; Tue, 26 Oct 2021 06:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mfJw2-00075F-6I for guix-patches@gnu.org; Tue, 26 Oct 2021 06:44:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#51015] [PATCH] Add Random Identity Generator (rig) Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 26 Oct 2021 10:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51015 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Foo Chuan Wei Cc: 51015@debbugs.gnu.org Received: via spool by 51015-submit@debbugs.gnu.org id=B51015.163524502227194 (code B ref 51015); Tue, 26 Oct 2021 10:44:02 +0000 Received: (at 51015) by debbugs.gnu.org; 26 Oct 2021 10:43:42 +0000 Received: from localhost ([127.0.0.1]:45218 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfJvi-00074X-7x for submit@debbugs.gnu.org; Tue, 26 Oct 2021 06:43:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58716) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfJvg-00074J-QL for 51015@debbugs.gnu.org; Tue, 26 Oct 2021 06:43:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51078) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfJvb-0001lO-Fk; Tue, 26 Oct 2021 06:43:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=FK5FVF0T52o72CkMxGp8ntPHq7sWrOAgorLye4H/+m0=; b=ToKv5mN9DEMRVtSZCV5w KV4Dui1gq6yFp9byFm7Nm2B6/Rss1k3h9+eDW2XfxlyAsK3oA8xvfhPPv7fr6nqEYmFKFi1uVIalJ dKd2qY/gcWfvYx44fBlK38hL9mhL90W0hLGVHKO8O7bQnPTfrSvPYY9Ny5idxtQx1PfKYx+GFRLqC vXP8pUkRBoCoYbxcOW17itNKnIrRbc+UIixU8K583XmaDpZ54HpLyk55hXxaYLRLJHWwCKBLzPm/y Qkwx2uWxJKjnkkjby+Omox/1VNvAAUQgSSZh0lKdM4o0dSB4J933HrlOL7bhOrkxC0y3tiWgRg2mk FrFIZ4rUcXcuow==; Received: from [193.50.110.110] (port=45594 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfJvb-0002gr-2O; Tue, 26 Oct 2021 06:43:35 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Tue, 26 Oct 2021 12:43:32 +0200 In-Reply-To: (Foo Chuan Wei's message of "Tue, 12 Oct 2021 09:12:43 +0000") Message-ID: <87v91khxrf.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1635245999; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=FK5FVF0T52o72CkMxGp8ntPHq7sWrOAgorLye4H/+m0=; b=JLc2zFfT+k4VwkVTtLesaJANExcMkZotcGfD4hGk3TR3iZXk4JZf4kiM6nos/fbNfcSC1u qUrailBRu3QG3Qccqgu7M6iqVXDmpDmfRB55JfxhJrPBEOjZqp97sLNT0uGY89jnPlErBY ZTqpKIcCmkYe0BTscMxSS7rrSV1wKU7TUUuZnXBK8TLNmtrpo5IcK8EyKWUOP3LzW1YLaA 4WAUxA3Rxf3UWvEc4rmsBKyauJ5ZuVLRwkjwT/aYRTC43+zKyzDBOU6ot4QUWZBDVvvw94 FinoAg5x3KtOseowljfIHFP0i1oraTrvSFE3pEnRSUyAGHcEF6E74N1buVSnpw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1635245999; a=rsa-sha256; cv=none; b=Ur/CUb2nPIKYlgpZmdIVcslAY6ViNm0hSXZUzMzZGJj5mTIGwTLAwJcGTyYn5wfSTboM1v C56l9F/ATlT7RKqno/sQUP+2W1Il6mmvzB8nbMb94wwwBJ9rdjX9Vz/lGz/iMJdr6aMcdt tv/QTXlCWC6+qUsx+kCPGdZ5RNhkETBp4UNlxLMIgfq986UtvvIVffZwwXrDsDnBDKwGzO Xzn08D/hDP8J7cQMQDH6tmN3z0NBExotAV0bUkUpR1LncL8BIrtWDAnnJk8YtcP2hWELHr se4s2A1KYwl8FJPq+0x1ieLHl8eWkP1+THbkK4XhpQ/gkSmd4frxf+CcTcWOfw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ToKv5mN9; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -3.56 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ToKv5mN9; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 6009535B75 X-Spam-Score: -3.56 X-Migadu-Scanner: scn0.migadu.com X-TUID: RQC7upZsKYOw Hi, Foo Chuan Wei skribis: > * gnu/packages/shellutils.scm (rig): New variable. [...] > + install: rig rig.6 > +- install -g 0 -m 755 -o 0 -s rig $(BINDIR) > +- install -g 0 -m 644 -o 0 rig.6 $(MANDIR)/man6/rig.6 > +- install -g 0 -m 755 -o 0 -d $(DATADIR) > +- install -g 0 -m 644 -o 0 data/*.idx $(DATADIR) > ++ install -m 755 -d $(DESTDIR)$(BINDIR) > ++ install -m 755 -d $(DESTDIR)$(DATADIR) As Liliana wrote regarding PREFIX, please use =E2=80=98substitute*=E2=80=99= instead of a patch to modify these bits. Could you send an updated patch? With this change in place, the patch will be ready to go! Thanks, Ludo=E2=80=99.