Files
nixpkgs/pkgs/os-specific/linux/tuxedo-drivers/no-cp-etc-usr.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
262 B
Diff
Raw Normal View History

2025-10-09 14:15:47 +02:00
diff --git a/Makefile b/Makefile
index 75a6bc1..6021d42 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,6 @@ all:
install: all
make -C $(KDIR) M=$(PWD) $(MAKEFLAGS) modules_install
- cp -r etc usr /
clean:
make -C $(KDIR) M=$(PWD) $(MAKEFLAGS) clean