Skip to content

Commit

Permalink
fix(kotlin): non-existent binary (#2656) (#2660)
Browse files Browse the repository at this point in the history
(cherry picked from commit 79d3dae)

Co-authored-by: sadlerm4 <[email protected]>
  • Loading branch information
raboneko and sadlerm4 authored Dec 17, 2024
1 parent 88082f5 commit 2319bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anda/langs/kotlin/kotlin/kotlin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sed -i "s|\(KOTLIN_HOME *= *\).*|\1%{_datadir}/%{name}|" bin/*
%install
rm -rf %{buildroot} && mkdir -p %{buildroot}%{_bindir}/ && cd kotlinc
install -m 0755 bin/kotlin %{buildroot}%{_bindir}/
install -m 0755 bin/kotlin-dce-js %{buildroot}%{_bindir}/
install -m 0755 bin/kapt %{buildroot}%{_bindir}/
install -m 0755 bin/kotlinc %{buildroot}%{_bindir}/
install -m 0755 bin/kotlinc-js %{buildroot}%{_bindir}/
install -m 0755 bin/kotlinc-jvm %{buildroot}%{_bindir}/
Expand Down

0 comments on commit 2319bb8

Please sign in to comment.