Files
nixpkgs/pkgs/by-name/b4/b43FirmwareCutter/no-root-install.patch
Dark Steveneq 646b892680
Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
push sheeet
2025-10-09 14:15:47 +02:00

19 lines
711 B
Diff

diff -Naur b43-fwcutter-015-orig/Makefile b43-fwcutter-015/Makefile
--- b43-fwcutter-015-orig/Makefile 2011-08-21 08:17:01.000000000 -0400
+++ b43-fwcutter-015/Makefile 2012-07-13 17:57:53.002154557 -0400
@@ -51,10 +51,10 @@
$(QUIET_CC) $(CFLAGS) -o $(BIN) $(call OBJS,$(SRCS)) $(LDFLAGS)
install: all
- install -d -o 0 -g 0 -m 755 $(PREFIX)/bin/
- install -o 0 -g 0 -m 755 $(BIN) $(PREFIX)/bin/
- install -d -o 0 -g 0 -m 755 $(PREFIX)/man/man1/
- install -o 0 -g 0 -m 644 $(BIN).1 $(PREFIX)/man/man1/
+ install -d -m 755 $(PREFIX)/bin/
+ install -m 755 $(BIN) $(PREFIX)/bin/
+ install -d -m 755 $(PREFIX)/man/man1/
+ install -m 644 $(BIN).1 $(PREFIX)/man/man1/
clean:
-rm -Rf obj dep *.orig *.rej *~