Explorar el Código

pkg/arch: Fix PKGBUILD for newer kernel versions

Maximilian Luz hace 1 año
padre
commit
90fd76d88d
Se han modificado 1 ficheros con 1 adiciones y 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() {