Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
debian packaging: fix installation of mime icons
  • Loading branch information
jef-n committed May 30, 2016
1 parent 919c8ee commit b9df316
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions debian/rules
Expand Up @@ -309,8 +309,10 @@ override_dh_auto_install:
for file_type in qgs qlr qml qpt; do \
for size in 8x8 16x16 22x22 24x24 32x32 36x36 42x42 48x48 64x64 72x72 80x80 96x96 128x128 192x192 256x256 512x512; do \
install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/icons/hicolor/$${size}/mimetypes ; \
install -o root -g root -m 644 $(CURDIR)/debian/qgis-$${file_type}-mime$${size}.png $(CURDIR)/debian/tmp/usr/share/icons/hicolor/$${size}/mimetypes/qgis-qgs.png ; \
done
install -o root -g root -m 644 \
$(CURDIR)/debian/qgis-$${file_type}$${size}.png \
$(CURDIR)/debian/tmp/usr/share/icons/hicolor/$${size}/mimetypes/qgis-$${file_type}.png ; \
done ; \
done

# Install application icon
Expand Down

0 comments on commit b9df316

Please sign in to comment.