Skip to content

Commit

Permalink
Upstream changes do not require removing source anymore. See https://…
Browse files Browse the repository at this point in the history
  • Loading branch information
BoukeHaarsma23 committed Sep 11, 2023
1 parent c7a8cf4 commit cc9b432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ _package() {
ZSTD_CLEVEL=19 _make INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
DEPMOD=/doesnt/exist modules_install # Suppress depmod

# remove build and source links
rm "$modulesdir"/{source,build}
# remove build links
rm "$modulesdir"/build
}

_package-headers() {
Expand Down

0 comments on commit cc9b432

Please sign in to comment.