Skip to content

Commit 3d72837

Browse files
sebasticjef-n
authored andcommittedJul 9, 2016
Fix installation path of scalable icons.
(cherry picked from commit f5b8623)
1 parent 5ae6775 commit 3d72837

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
@@ -332,9 +332,9 @@ override_dh_auto_install:
332332
install -o root -g root -m 644 $(CURDIR)/debian/qbrowser-icon$${size}.png $(CURDIR)/debian/tmp/usr/share/icons/hicolor/$${size}/apps/qbrowser.png ; \
333333
done
334334

335-
install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/icons/scalable/apps
336-
install -o root -g root -m 644 $(CURDIR)/images/icons/qgis_icon.svg $(CURDIR)/debian/tmp/usr/share/icons/scalable/apps/qgis.svg
337-
install -o root -g root -m 644 $(CURDIR)/images/icons/qbrowser_icon.svg $(CURDIR)/debian/tmp/usr/share/icons/scalable/apps/qbrowser.svg
335+
install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/icons/hicolor/scalable/apps
336+
install -o root -g root -m 644 $(CURDIR)/images/icons/qgis_icon.svg $(CURDIR)/debian/tmp/usr/share/icons/hicolor/scalable/apps/qgis.svg
337+
install -o root -g root -m 644 $(CURDIR)/images/icons/qbrowser_icon.svg $(CURDIR)/debian/tmp/usr/share/icons/hicolor/scalable/apps/qbrowser.svg
338338

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

0 commit comments

Comments
 (0)
Please sign in to comment.