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 @@ -332,9 +332,9 @@ override_dh_auto_install:
332
332
install -o root -g root -m 644 $(CURDIR)/debian/qbrowser-icon$${size}.png $(CURDIR)/debian/tmp/usr/share/icons/hicolor/$${size}/apps/qbrowser.png ; \
333
333
done
334
334
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
338
338
339
339
# Install desktop files
340
340
install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/applications
You can’t perform that action at this time.
0 commit comments