diff options
-rw-r--r-- | core/linux/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/linux-zen/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/linux/PKGBUILD b/core/linux/PKGBUILD index f890874f..82d7f385 100644 --- a/core/linux/PKGBUILD +++ b/core/linux/PKGBUILD @@ -11,6 +11,6 @@ eval "$( ' declare -f package_linux-headers | \ sed ' - \,/tools/objtool ,d + \,/tools/objtool" ,d ' )" diff --git a/extra/linux-zen/PKGBUILD b/extra/linux-zen/PKGBUILD index 27136f61..7239bf80 100644 --- a/extra/linux-zen/PKGBUILD +++ b/extra/linux-zen/PKGBUILD @@ -11,6 +11,6 @@ eval "$( ' declare -f package_linux-zen-headers | \ sed ' - \,/tools/objtool ,d + \,/tools/objtool" ,d ' )" |