Merge pull request #3441 from orbea/bin_dir

(Makefile) Fix typo
This commit is contained in:
Alcaro 2016-08-27 17:26:17 +02:00 committed by GitHub
commit 095da1d016

View File

@ -181,7 +181,7 @@ install: $(TARGET)
install -m644 media/retroarch.svg $(DESTDIR)$(PREFIX)/share/pixmaps
uninstall:
rm -f $(DESTDIR)$(BIN_DIR/retroarch
rm -f $(DESTDIR)$(BIN_DIR)/retroarch
rm -f $(DESTDIR)$(BIN_DIR)/retroarch-cg2glsl
rm -f $(DESTDIR)$(GLOBAL_CONFIG_DIR)/retroarch.cfg
rm -f $(DESTDIR)$(PREFIX)/share/applications/retroarch.desktop