Minor .spec and .gear/rules fix
This commit is contained in:
parent
a58cdc6c57
commit
3a69c90810
@ -1,2 +1,2 @@
|
|||||||
tar: v@version@:.
|
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
|
- Friendly error messages in case something goes wrong
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup -a1
|
||||||
|
|
||||||
mkdir -p ./.cargo
|
mkdir -p ./.cargo
|
||||||
cat >> ./.cargo/config <<EOF
|
cat >> ./.cargo/config.toml <<EOF
|
||||||
[source.crates-io]
|
[source.crates-io]
|
||||||
replace-with = "vendored-sources"
|
replace-with = "vendored-sources"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user