diff options
Diffstat (limited to 'linux-raveos')
| -rw-r--r-- | linux-raveos/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
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 |