Skip to content

Commit cc9b432

Browse files
1 parent c7a8cf4 commit cc9b432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linux/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ _package() {
167167
ZSTD_CLEVEL=19 _make INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
168168
DEPMOD=/doesnt/exist modules_install # Suppress depmod
169169

170-
# remove build and source links
171-
rm "$modulesdir"/{source,build}
170+
# remove build links
171+
rm "$modulesdir"/build
172172
}
173173

174174
_package-headers() {

0 commit comments

Comments
 (0)