Skip to content

Commit f9f1b1a

Browse files
1Naimptr1337
authored andcommitted
linux-cachyos-rc: Fix target patch directory
1 parent d97e9e1 commit f9f1b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux-cachyos-rc/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ prepare() {
529529
patch -Np1 -i "${srcdir}/0001-Enable-atomic-kernel-modesetting-by-default.patch" \
530530
-d "${srcdir}/${_nv_open_pkg}/kernel-open"
531531
# Fix for https://bugs.archlinux.org/task/74886
532-
patch -Np1 -i "${srcdir}/0002-Add-IBT-support.patch" -d "${srcdir}/${srcdir}/${_nv_open_pkg}"
532+
patch -Np1 -i "${srcdir}/0002-Add-IBT-support.patch" -d "${srcdir}/${_nv_open_pkg}"
533533
fi
534534
}
535535

0 commit comments

Comments
 (0)