diff --git a/PKGBUILD b/PKGBUILD index 77cc670..ef7f523 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -167,7 +167,7 @@ hackbase() { DEPMOD=/doesnt/exist modules_install # Suppress depmod # remove build and source links - rm "$modulesdir"/{source,build} + rm -f "$modulesdir"/{source,build} # install cleanup pacman hook and script sed -e "s|cleanup|${pkgbase}-cleanup|g" "${srcdir}"/90-cleanup.hook |