Skip to content

Commit bc50199

Browse files
sebasticjef-n
authored andcommitted
Fix installation path of scalable icons.
(cherry picked from commit f5b8623)
1 parent 634f24b commit bc50199

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

debian/rules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,9 @@ override_dh_auto_install:
279279
install -o root -g root -m 644 $(CURDIR)/debian/qbrowser-icon$${size}.png $(CURDIR)/debian/tmp/usr/share/icons/hicolor/$${size}/apps/qbrowser.png ; \
280280
done
281281

282-
install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/icons/scalable/apps
283-
install -o root -g root -m 644 $(CURDIR)/images/icons/qgis_icon.svg $(CURDIR)/debian/tmp/usr/share/icons/scalable/apps/qgis.svg
284-
install -o root -g root -m 644 $(CURDIR)/images/icons/qbrowser_icon.svg $(CURDIR)/debian/tmp/usr/share/icons/scalable/apps/qbrowser.svg
282+
install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/icons/hicolor/scalable/apps
283+
install -o root -g root -m 644 $(CURDIR)/images/icons/qgis_icon.svg $(CURDIR)/debian/tmp/usr/share/icons/hicolor/scalable/apps/qgis.svg
284+
install -o root -g root -m 644 $(CURDIR)/images/icons/qbrowser_icon.svg $(CURDIR)/debian/tmp/usr/share/icons/hicolor/scalable/apps/qbrowser.svg
285285

286286
# Install desktop files
287287
install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/applications

0 commit comments

Comments
 (0)