main/devicepkg-dev: edit comment to avoid triggering grep ci error

Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6939>
This commit is contained in:
Aster Boese 2025-11-10 14:19:11 -05:00 committed by The Friendly Merge Bot
parent 5943d80843
commit c3ff559d5c
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@ if [ -f "$srcdir/modules-load.conf" ]; then
fi
if [ -f "$srcdir/modprobe.conf" ]; then
# NOTE: This requires kmod, busybox only looks in /etc/modprobe.d
# NOTE: This requires kmod, busybox only looks in etc/modprobe.d
# See https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/2184
install -Dm644 "$srcdir/modprobe.conf" \
"$pkgdir/usr/lib/modprobe.d/$pkgname.conf"