Explorar o código

pkg/arch: Fix PKGBUILD for newer kernel versions

Maximilian Luz hai 1 ano
pai
achega
90fd76d88d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() {