nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff -Naur atasm109-old/src/Makefile atasm109-new/src/Makefile
2--- atasm109-old/src/Makefile 2021-09-08 09:53:25.581598063 -0300
3+++ atasm109-new/src/Makefile 2021-09-08 09:55:20.366131338 -0300
4@@ -55,9 +55,9 @@
5 chown root.root $(DESTDIR)/atasm || true
6 chmod 711 $(DESTDIR)/atasm
7 mkdir $(DOCDIR) >/dev/null 2>&1 || echo $(DOCDIR) already exists
8- cp ../atasm.txt $(DOCDIR)
9- chown root.root $(DOCDIR)/atasm.txt || true
10- chmod 644 $(DOCDIR)/atasm.txt
11+ # cp ../atasm.txt $(DOCDIR)
12+ # chown root.root $(DOCDIR)/atasm.txt || true
13+ # chmod 644 $(DOCDIR)/atasm.txt
14 sed -e 's,%%DOCDIR%%,$(DOCDIR),g' < atasm.1.in > atasm.1
15 cp atasm.1 $(MANDIR)
16 chown root.root $(MANDIR)/atasm.1 || true