Mailinglist Archive: opensuse-packaging (42 mails)
< Previous | Next > |
Re: Re: [opensuse-packaging] %setup -q -a 0 for Source0 then %setup -q a 1 -n pkg-%{version}/lib but need --strip-components=1
- From: Neal Gompa <ngompa13@xxxxxxxxx>
- Date: Thu, 2 May 2019 11:07:41 -0400
- Message-id: <CAEg-Je_3YY_astK6c25VLM+4K3Zo+F3w4qzyrspVobWmx6k-cA@mail.gmail.com>
On Thu, May 2, 2019 at 10:49 AM Axel Braun <Axel.Braun@xxxxxx> wrote:
The flag has been implemented in GNU tar for quite a while...
--
真実はいつも一つ!/ Always, there's only one truth!
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx
Gesendet: Donnerstag, 02. Mai 2019 um 07:25 Uhr
Von: "Jan Engelhardt" <jengelh@xxxxxxx>
An: "David C. Rankin" <drankinatty@xxxxxxxxxxxxxxxxxx>
Cc: "openSuSE Packaging" <opensuse-packaging@xxxxxxxxxxxx>
Betreff: Re: [opensuse-packaging] %setup -q -a 0 for Source0 then %setup -q
a 1 -n pkg-%{version}/lib but need --strip-components=1
On Thursday 2019-05-02 06:50, David C. Rankin wrote:
I've tried
%setup -q -a 0
%setup -q -a 1 -n pngquant-%{version}/lib
which unzips in the correct order, but does not provide a way to
--strip-components=1 to get rid of the libimagequant-%{version} default
directory.
There is no way to combine %setup with --strip-components.
tar -xf is the only option.
you need to use bsdtar if you want the strip-components option
The flag has been implemented in GNU tar for quite a while...
--
真実はいつも一つ!/ Always, there's only one truth!
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx
< Previous | Next > |