浏览代码

pkg/arch: Fix PKGBUILD for newer kernel versions

Maximilian Luz 1 年之前
父节点
当前提交
90fd76d88d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
     DEPMOD=/doesnt/exist modules_install  # Suppress depmod
 
 
   # remove build and source links
   # remove build and source links
-  rm "$modulesdir"/{source,build}
+  rm "$modulesdir"/build
 }
 }
 
 
 _package-headers() {
 _package-headers() {