From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6811501080263786496 X-Received: by 2002:a2e:8753:: with SMTP id q19mr6169502ljj.6.1588793404209; Wed, 06 May 2020 12:30:04 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:ac2:5de8:: with SMTP id z8ls619375lfq.4.gmail; Wed, 06 May 2020 12:30:03 -0700 (PDT) X-Google-Smtp-Source: APiQypI4nCUuwhOopNWG/rA4X9BKZ0z2vUPbVSitCIVoRmILYm2RTngRfOe4lKHbpp6PPtA/hjOK X-Received: by 2002:a19:6905:: with SMTP id e5mr6262291lfc.175.1588793403023; Wed, 06 May 2020 12:30:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588793403; cv=none; d=google.com; s=arc-20160816; b=U/BxSifPlekzlpG9S2QN1lNBfm6DV3RrslqIGJgVxb93tWrJJQ4fQYhE3oHmPI2/SA AuvRbe6VzpSZ3THmOJaBsoyeTjyBL3YqEpP6a+lF2M5iwEWgtQezi70tQs2uaNN1oN60 cLvJ4gVo6ln8E5VL5NnDWROX57q4ws38xFsTEy1nq8PSVbi60qBmvI1ZYOH/LeWhiI4d rRMieQxp/M4uQl+WZ5ExZQeuoklPrurIX7T8XRXswfhEaNDlsH0sLgiruHhFn2E2l25b UBDh2u9biWJY9a3c221IaWmZIQms3AaEjb5FpzuRA52iOIZhlqjzR6mBj0z2RCgDNjwX Lv2Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=1mOdQnJAHcaz2Eb7NpdbMywAl7nHigt3UfVMUX5xZyA=; b=QPgTKjz/p/pGV6gmdfM1GWvOyUvqFVrzJR/dAFAX52S/84839xhkb+2DMAheovhdT5 kzBUlSIkq++9MbyHXWMIq9PNKiX6WDumz5Z1HxaSVq6j39H+Mv74NOtfW3FFSUYsE27I cVrp545d0fw3sIFHcjQwkksewqocF781owz/zOy8mtfQ3adq1U0GzgNcvK6Nm+g1LxcD 0RPZB+c/MndBrkwoUfPTVwViFJkftsXNqSRq1baI2LyyNUcFSWPri13A39jizhrszygC 5D8IU4i81UnRYx3b/JBZh4Ju353xXqWnLt+L6SKBCz1Jz8WptZsVI5D510O4n8aaLnVI Faag== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id c24si190167lff.2.2020.05.06.12.30.02 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 06 May 2020 12:30:02 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (dslb-002-207-018-045.002.207.pools.vodafone-ip.de [2.207.18.45]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 046JTw13005475 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 6 May 2020 21:30:01 +0200 Date: Wed, 6 May 2020 21:29:53 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH v2 2/2] dpkg-raw: Correct path so that git fetching works Message-ID: <20200506192953.x3ryyiqjeojyatg4@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: <9641d535-013b-51d8-4862-94bd6cb2c215@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9641d535-013b-51d8-4862-94bd6cb2c215@siemens.com> User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: g3dABvP9AuKF On Tue, Apr 14, 2020 at 09:34:05AM +0200, Jan Kiszka wrote: > Setting D to S and cleaning the former caused problems when fetching the > to-be-installed files via git. Fix this by using a distinct D folder. > This requires setting --sourcedir for dh_install accordingly. > > At this chance, simplify ${PN}.install creation and avoid resolving ${D} > in the error message. Applied to next, thanks. With kind regards, Baurzhan.