[Rpm-maint] [rpm-software-management/rpm] add build directory auto path to %autosetup step (PR #2859)
Panu Matilainen
notifications at github.com
Fri Feb 2 10:37:22 UTC 2024
@pmatilai commented on this pull request.
> @@ -22,6 +26,8 @@ static struct poptOption optionsTable[] = {
N_("provide more detailed output"), NULL },
{ "dry-run", 'n', POPT_ARG_VAL, &dryrun, 1,
N_("only print what would be done"), NULL },
+ { "path", 'C', POPT_ARG_STRING, &dstpath, 0,
+ N_("extract into a specific path"), NULL },
Heh, but then `tar` has -C for --directory for a kind of similar operation.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2859#discussion_r1475874138
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2859/review/1858915738 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20240202/d04d67ee/attachment.html>
More information about the Rpm-maint
mailing list