Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff -wbBur rdanbrook-nestopia-f1dde9b/Makefile rdanbrook-nestopia-f1dde9b.my/Makefile 2--- rdanbrook-nestopia-f1dde9b/Makefile 2013-01-20 20:10:25.000000000 +0400 3+++ rdanbrook-nestopia-f1dde9b.my/Makefile 2013-01-21 15:18:54.727577673 +0400 4@@ -197,11 +197,11 @@ 5 install -m 0644 NstDatabase.xml $(DATADIR) 6 install -m 0644 source/unix/icons/*.png $(DATADIR)/icons 7 install -m 0644 source/unix/icons/*.svg $(DATADIR)/icons 8- install -m 0644 source/unix/icons/nestopia.svg $(PREFIX)/share/pixmaps 9- xdg-desktop-menu install --novendor $(DATADIR)/nestopia.desktop 10+ install -m 0644 source/unix/icons/nestopia.svg $(PREFIX)/share/pixmaps/nestopia.svg 11+ install -Dm0644 $(DATADIR)/nestopia.desktop $(PREFIX)/share/applications/nestopia.desktop 12 13 uninstall: 14- xdg-desktop-menu uninstall $(DATADIR)/nestopia.desktop 15+ rm $(PREFIX)/share/applications/nestopia.desktop 16 rm $(PREFIX)/share/pixmaps/nestopia.svg 17 rm $(BINDIR)/$(BIN) 18 rm -rf $(DATADIR)