Avindra Goolcharan 2021-05-13 02:33:06 +00:00 committed by Git OBS Bridge
parent b6a4a40720
commit cb66abc2ca

View File

@ -73,7 +73,7 @@ export RUSTFLAGS="%{__global_rustflags} -Clink-arg=-s"
%install
# place deno cli manually (cannot cargo install)
mkdir -p %{buildroot}%{_bindir}
cp target/release/{deno} %{buildroot}%{_bindir}
cp target/release/deno %{buildroot}%{_bindir}
%files
%license LICENSE.md