fix bad install path in sci-visualization/plots

This commit is contained in:
Martin Sekera 2022-01-05 21:25:21 +01:00
parent d4c0cb9de3
commit dbf712bf9a

View file

@ -38,7 +38,7 @@ src_install() {
newicon -s scalable res/com.github.alexhuntley.Plots.svg ${PN}.svg newicon -s scalable res/com.github.alexhuntley.Plots.svg ${PN}.svg
# newicon boycotts -s symbolic # newicon boycotts -s symbolic
insinto insinto /usr/share/icons/hicolor/symbolic/apps insinto /usr/share/icons/hicolor/symbolic/apps
newins res/com.github.alexhuntley.Plots-symbolic.svg ${PN}.svg newins res/com.github.alexhuntley.Plots-symbolic.svg ${PN}.svg
make_desktop_entry "${PN}" "Plots" "${PN}" "Science;DataVisualization;Math" make_desktop_entry "${PN}" "Plots" "${PN}" "Science;DataVisualization;Math"