Skip to content

Commit

Permalink
linux_make: fix missing 128x128/mimetypes directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
agraef committed Jan 30, 2023
1 parent 4742a0d commit 7aa14e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/linux_make/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ endif
install -d $(DESTDIR)/usr/share/icons/hicolor/128x128/apps
install -p -m0644 $(packages_src)/linux_make/purr-data.png \
$(DESTDIR)/usr/share/icons/hicolor/128x128/apps/
install -d $(DESTDIR)/usr/share/icons/hicolor/128x128/mimetypes
install -p -m0644 $(packages_src)/linux_make/text-x-purr-data.png \
$(DESTDIR)/usr/share/icons/hicolor/128x128/mimetypes
install -d $(DESTDIR)/usr/share/applications/
Expand Down

0 comments on commit 7aa14e8

Please sign in to comment.