SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit d2ed1343e5ef890f3ec9377941af25453cfe46b5 parent c6ea57209fec26dd8240c9a7f05dbfb7bfe42a86 Author: Lior Halphon <LIJI32@gmail.com> Date: Sun, 28 Feb 2021 20:41:58 +0200 Add missing mkdir Diffstat:
| M | Makefile | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -451,6 +451,7 @@ ifneq ($(SUDO_USER),) -su $(SUDO_USER) -c "xdg-desktop-menu forceupdate --mode system" endif else + -@$(MKDIR) -p $(DESTDIR)$(PREFIX)/share/applications/ cp FreeDesktop/sameboy.desktop $(DESTDIR)$(PREFIX)/share/applications/sameboy.desktop endif
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.