From 5e91e28f0d96376bed78ce98e91b7c4f0683dabb Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 5 Dec 2017 01:04:04 +0100 Subject: core/linux, extra/linux-zen: correct fix to actually change something --- core/linux/PKGBUILD | 2 +- 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 ' )" -- cgit v1.2.3