about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ndiswrapper/no-sbin.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/ndiswrapper/no-sbin.patch')
-rw-r--r--pkgs/os-specific/linux/ndiswrapper/no-sbin.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/os-specific/linux/ndiswrapper/no-sbin.patch b/pkgs/os-specific/linux/ndiswrapper/no-sbin.patch
deleted file mode 100644
index 373965fb0853..000000000000
--- a/pkgs/os-specific/linux/ndiswrapper/no-sbin.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/driver/Makefile
-+++ b/driver/Makefile
-@@ -191,7 +191,7 @@ clean:
- 	rm -rf .tmp_versions
- 
- install: config_check $(MODULE)
--	@/sbin/modinfo $(MODULE) | grep -q "^vermagic: *$(KVERS) " || \
-+	@modinfo $(MODULE) | grep -q "^vermagic: *$(KVERS) " || \
- 		{ echo "$(MODULE)" is not for Linux $(KVERS); exit 1; }
- 	mkdir -p -m 755 $(DESTDIR)$(INST_DIR)
- 	install -m 0644 $(MODULE) $(DESTDIR)$(INST_DIR)