[Rpm-maint] [rpm-software-management/rpm] RFE: set builsubdir to the *first* extracted archive not the last one (#551)

Neal Gompa (ニール・ゴンパ) notifications at github.com
Mon Sep 24 11:57:17 UTC 2018


You're supposed to use `%setup` once, and tell it how many archives it needs to extract before it it should change into the workdir.

For example: `%setup -q -b 3` tells it to unpack `Source0`, `Source1`, `Source2`, and `Source3` before changing into the `%name-%version` workdir. If you want another directory, you need to override with `-n`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/551#issuecomment-423950341
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20180924/1a3ca24e/attachment.html>


More information about the Rpm-maint mailing list