mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-18 09:30:38 +00:00
b81a95d71e
* feat: Split NVIDIA into current and legacy branches (#8402)
* feat: Split NVIDIA into current and legacy branches
* cleanup: Module variant no longer applicable
* fix: Some sources and anda.hcl files I missed
* fix: More
* chore: Bump release on packages that had changed dependencies
* chore: Bump release on all non-legacy packages
* fix: Oops
* More cleanup for kernel/kernel open changes
* cleanup: Weird line
* fix: Missed that
(cherry picked from commit 853f4a5829)
Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
* fix: Yeet i386
---------
Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
13 lines
548 B
Diff
13 lines
548 B
Diff
diff -Naur nvidia-modprobe-525.60.11.old/Makefile nvidia-modprobe-525.60.11/Makefile
|
|
--- nvidia-modprobe-525.60.11.old/Makefile 2022-11-28 20:15:22.000000000 +0100
|
|
+++ nvidia-modprobe-525.60.11/Makefile 2022-11-30 07:56:18.751429168 +0100
|
|
@@ -110,7 +110,7 @@
|
|
.PHONY: MANPAGE_install
|
|
MANPAGE_install: $(MANPAGE)
|
|
$(MKDIR) $(MANDIR)
|
|
- $(INSTALL) $(INSTALL_BIN_ARGS) $< $(MANDIR)/$(notdir $<)
|
|
+ $(INSTALL) $(INSTALL_DOC_ARGS) $< $(MANDIR)/$(notdir $<)
|
|
|
|
$(eval $(call DEBUG_INFO_RULES, $(NVIDIA_MODPROBE)))
|
|
$(NVIDIA_MODPROBE).unstripped: $(OBJS)
|