[Rpm-maint] [rpm-software-management/rpm] add build directory auto path to %autosetup step (PR #2859)
Matteo Croce
notifications at github.com
Fri Feb 2 10:47:12 UTC 2024
@teknoraver 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 },
what do you suggest for short and long argument?
Should we keep %autosetup and %setup consistent?
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2859#discussion_r1475884597
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2859/review/1858932682 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20240202/108570a5/attachment-0001.html>
More information about the Rpm-maint
mailing list