Minor .spec and .gear/rules fix
This commit is contained in:
parent
a58cdc6c57
commit
3a69c90810
@ -1,2 +1,2 @@
|
||||
tar: v@version@:.
|
||||
tar: vendor name=@name@-@version@-vendor base=vendor/
|
||||
tar: ./vendor name=@name@-@version@-vendor base=vendor/
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user