File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -279,9 +279,9 @@ override_dh_auto_install:
279
279
install -o root -g root -m 644 $(CURDIR)/debian/qbrowser-icon$${size}.png $(CURDIR)/debian/tmp/usr/share/icons/hicolor/$${size}/apps/qbrowser.png ; \
280
280
done
281
281
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
285
285
286
286
# Install desktop files
287
287
install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/applications
You can’t perform that action at this time.
0 commit comments