fix typo
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=24
This commit is contained in:
parent
b6a4a40720
commit
cb66abc2ca
@ -73,7 +73,7 @@ export RUSTFLAGS="%{__global_rustflags} -Clink-arg=-s"
|
|||||||
%install
|
%install
|
||||||
# place deno cli manually (cannot cargo install)
|
# place deno cli manually (cannot cargo install)
|
||||||
mkdir -p %{buildroot}%{_bindir}
|
mkdir -p %{buildroot}%{_bindir}
|
||||||
cp target/release/{deno} %{buildroot}%{_bindir}
|
cp target/release/deno %{buildroot}%{_bindir}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.md
|
%license LICENSE.md
|
||||||
|
Loading…
Reference in New Issue
Block a user