From dece596d569ca90af902bf2403227b478b629c03 Mon Sep 17 00:00:00 2001 From: 0x7F <87573360+zeroxsevenf@users.noreply.github.com> Date: Tue, 25 Oct 2022 15:19:44 +0500 Subject: [PATCH] Missing semicolons cause errors with strip hook --- install/strip | 1 + 1 file changed, 1 insertion(+) diff --git a/install/strip b/install/strip index f8eb49d..b71ed54 100644 --- a/install/strip +++ b/install/strip @@ -18,6 +18,7 @@ build() { *application/x-pie-executable*) # Binaries strip --strip-all "$bin" + ;; *application/x-object*) # Kernel objects strip --strip-debug "$bin"