Minor .spec and .gear/rules fix

This commit is contained in:
Сергей Конев 2024-10-16 14:43:39 +03:00
parent a58cdc6c57
commit 3a69c90810
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
tar: v@version@:.
tar: vendor name=@name@-@version@-vendor base=vendor/
tar: ./vendor name=@name@-@version@-vendor base=vendor/

View File

@ -30,10 +30,10 @@ as LaTeX while being much easier to learn and use. Typst has:
- Friendly error messages in case something goes wrong
%prep
%setup
%setup -a1
mkdir -p ./.cargo
cat >> ./.cargo/config <<EOF
cat >> ./.cargo/config.toml <<EOF
[source.crates-io]
replace-with = "vendored-sources"