Skip to content

Commit

Permalink
fix: nonfree kmod pkg name
Browse files Browse the repository at this point in the history
Add `-pkg` suffix to nonfree kmod nvidia.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Aug 16, 2023
1 parent cff5beb commit 2e1c0b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -72,6 +72,7 @@ TARGETS = \
# kernel first, then packages in alphabetical order
TARGETS += \
kernel \
btrfs-pkg \
drbd-pkg \
gasket-driver-pkg \
nvidia-open-gpu-kernel-modules-pkg \
Expand All @@ -81,7 +82,7 @@ TARGETS += \
# Temporarily disabled until mellanox builds with Linux 6.1
# mellanox-ofed-pkg \
NONFREE_TARGETS = nonfree-kmod-nvidia
NONFREE_TARGETS = nonfree-kmod-nvidia-pkg

all: $(TARGETS) ## Builds all known pkgs.

Expand Down
2 changes: 1 addition & 1 deletion nonfree/kmod-nvidia/pkg.yaml
@@ -1,4 +1,4 @@
name: nonfree-kmod-nvidia
name: nonfree-kmod-nvidia-pkg
variant: scratch
shell: /toolchain/bin/bash
dependencies:
Expand Down

0 comments on commit 2e1c0b9

Please sign in to comment.