Commit 50b1e247001cf7c0c271a0845c9d8987a02fd3b0
1 parent
4b847dd8
Exists in
master
and in
3 other branches
Fixing mime database file.
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
branding/Makefile.in
@@ -132,12 +132,11 @@ install-linux: \ | @@ -132,12 +132,11 @@ install-linux: \ | ||
132 | --dir $(DESTDIR)$(datarootdir)/applications \ | 132 | --dir $(DESTDIR)$(datarootdir)/applications \ |
133 | $(PRODUCT_NAME).desktop | 133 | $(PRODUCT_NAME).desktop |
134 | 134 | ||
135 | - @$(MKDIR) $(DESTDIR)/usr/share/mime/application | 135 | + @$(MKDIR) $(DESTDIR)$(datarootdir)/mime/packages |
136 | 136 | ||
137 | @$(INSTALL_DATA) \ | 137 | @$(INSTALL_DATA) \ |
138 | mime.xml \ | 138 | mime.xml \ |
139 | - $(DESTDIR)/usr/share/mime/application/x-$(PRODUCT_NAME).xml | ||
140 | - | 139 | + $(DESTDIR)$(datarootdir)/mime/packages/$(PRODUCT_NAME).xml |
141 | 140 | ||
142 | install-windows: \ | 141 | install-windows: \ |
143 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/$(PRODUCT_NAME).png \ | 142 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/$(PRODUCT_NAME).png \ |