From 8fd6e2befe19d073983134e2921184000e4c27f8 Mon Sep 17 00:00:00 2001 From: Nippy Date: Sun, 24 May 2026 10:46:10 +0200 Subject: fix: b2sums dinamikus SKIP generalas source meretehez igazodva --- linux-raveos/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'linux-raveos') diff --git a/linux-raveos/PKGBUILD b/linux-raveos/PKGBUILD index 1466281..db430d6 100644 --- a/linux-raveos/PKGBUILD +++ b/linux-raveos/PKGBUILD @@ -594,6 +594,7 @@ for _p in "${pkgname[@]}"; do }" done -b2sums=('SKIP' - 'SKIP' - 'SKIP') +b2sums=() +for _i in "${source[@]}"; do + b2sums+=('SKIP') +done -- cgit v1.3