uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
16
pkgs/development/compilers/atasm/0000-file-not-found.diff
Normal file
16
pkgs/development/compilers/atasm/0000-file-not-found.diff
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
diff -Naur atasm109-old/src/Makefile atasm109-new/src/Makefile
|
||||
--- atasm109-old/src/Makefile 2021-09-08 09:53:25.581598063 -0300
|
||||
+++ atasm109-new/src/Makefile 2021-09-08 09:55:20.366131338 -0300
|
||||
@@ -55,9 +55,9 @@
|
||||
chown root.root $(DESTDIR)/atasm || true
|
||||
chmod 711 $(DESTDIR)/atasm
|
||||
mkdir $(DOCDIR) >/dev/null 2>&1 || echo $(DOCDIR) already exists
|
||||
- cp ../atasm.txt $(DOCDIR)
|
||||
- chown root.root $(DOCDIR)/atasm.txt || true
|
||||
- chmod 644 $(DOCDIR)/atasm.txt
|
||||
+ # cp ../atasm.txt $(DOCDIR)
|
||||
+ # chown root.root $(DOCDIR)/atasm.txt || true
|
||||
+ # chmod 644 $(DOCDIR)/atasm.txt
|
||||
sed -e 's,%%DOCDIR%%,$(DOCDIR),g' < atasm.1.in > atasm.1
|
||||
cp atasm.1 $(MANDIR)
|
||||
chown root.root $(MANDIR)/atasm.1 || true
|
||||
Loading…
Add table
Add a link
Reference in a new issue