Browse Source

pkg/arch: Fix PKGBUILD for newer kernel versions

Maximilian Luz 1 năm trước cách đây
mục cha
commit
90fd76d88d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pkg/arch/kernel/PKGBUILD

+ 1 - 1
pkg/arch/kernel/PKGBUILD

@@ -171,7 +171,7 @@ _package() {
     DEPMOD=/doesnt/exist modules_install  # Suppress depmod
 
   # remove build and source links
-  rm "$modulesdir"/{source,build}
+  rm "$modulesdir"/build
 }
 
 _package-headers() {