diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-17 03:37:50 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-17 03:39:42 (EST) |
commit | fcbc2bf36d668f537012be5ae05f8e452e0acd44 (patch) | |
tree | 737ee38e5fab90a9e1747ce8c13412c6c902bc30 /NEWS | |
parent | 455a277a2625cf94f7f8d3490b4642242228355d (diff) |
cmd/install: Make suite argument optional
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ New features: requested platform. The "-a" option is now only necessary if installing ProteanOS's "dev" platform for an architecture different from but compatible with the native architecture. + * "prokit install"'s "<suite>" argument is now optional. On ProteanOS + the default is "rel/trunk", the rolling release suite. * "prokit build" now passes an "-a" option, if supported, to opkg to install host-architecture non-coinstallable dependencies (such as library development packages) when cross building. |