mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-02 14:52:52 +02:00
Have make install
install the thumbnailer file as well
This commit is contained in:
3
Makefile
3
Makefile
@@ -699,10 +699,11 @@ libretro:
|
|||||||
|
|
||||||
# Install for Linux, and other FreeDesktop platforms.
|
# Install for Linux, and other FreeDesktop platforms.
|
||||||
ifneq ($(FREEDESKTOP),)
|
ifneq ($(FREEDESKTOP),)
|
||||||
install: $(BIN)/XdgThumbnailer/sameboy-thumbnailer sdl $(shell find FreeDesktop)
|
install: $(BIN)/XdgThumbnailer/sameboy-thumbnailer sdl $(shell find FreeDesktop) XdgThumbnailer/sameboy.thumbnailer
|
||||||
(cd $(BIN)/SDL && find . \! -name sameboy -type f -exec install -Dm 644 -T {} "$(DESTDIR)$(DATA_DIR)/{}" \; )
|
(cd $(BIN)/SDL && find . \! -name sameboy -type f -exec install -Dm 644 -T {} "$(DESTDIR)$(DATA_DIR)/{}" \; )
|
||||||
install -Dm 755 -st $(DESTDIR)$(PREFIX)/bin/ $(BIN)/SDL/sameboy
|
install -Dm 755 -st $(DESTDIR)$(PREFIX)/bin/ $(BIN)/SDL/sameboy
|
||||||
install -Dm 755 -st $(DESTDIR)$(PREFIX)/bin/ $<
|
install -Dm 755 -st $(DESTDIR)$(PREFIX)/bin/ $<
|
||||||
|
install -Dm 644 -t $(DESTDIR)$(PREFIX)/share/thumbnailers/ XdgThumbnailer/sameboy.thumbnailer
|
||||||
ifeq ($(DESTDIR),)
|
ifeq ($(DESTDIR),)
|
||||||
xdg-mime install --novendor FreeDesktop/sameboy.xml
|
xdg-mime install --novendor FreeDesktop/sameboy.xml
|
||||||
xdg-desktop-menu install --novendor FreeDesktop/sameboy.desktop
|
xdg-desktop-menu install --novendor FreeDesktop/sameboy.desktop
|
||||||
|
Reference in New Issue
Block a user