mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
BSD wants -i '', GNU wants -i''
This commit is contained in:
parent
335430a9a6
commit
33dc0435e7
1 changed files with 2 additions and 1 deletions
|
@ -45,5 +45,6 @@ RUST_TOOLCHAIN := $(shell cat rust-toolchain)
|
||||||
|
|
||||||
VER := $(shell cat ../meta/version)
|
VER := $(shell cat ../meta/version)
|
||||||
.build/vernum: ../meta/version
|
.build/vernum: ../meta/version
|
||||||
sed -i '' 's/.*automatically updated.*/version = "$(VER)" # automatically updated/' Cargo.toml
|
sed -i.bak 's/.*automatically updated.*/version = "$(VER)" # automatically updated/' Cargo.toml
|
||||||
|
rm Cargo.toml.bak
|
||||||
@touch $@
|
@touch $@
|
||||||
|
|
Loading…
Reference in a new issue