[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:32:59 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 },
Hmm, -C makes sense in the %setup where it relates to -c, but as a shortcut for --path it seems strange.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2859#pullrequestreview-1858907164
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2859/review/1858907164 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20240202/010d121d/attachment.html>
More information about the Rpm-maint
mailing list