From 02ce99b23196a5e597e437ac2e07506c3d379f03 Mon Sep 17 00:00:00 2001 From: yparitcher Date: Mon, 5 Sep 2022 00:04:52 -0400 Subject: [PATCH] Build: Make sure the STL has proper permissions (#9478) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e346bc8ad..18c59a8da 100644 --- a/Makefile +++ b/Makefile @@ -113,6 +113,7 @@ endif ifdef SHIP_SHARED_STL @echo "[*] Install C++ runtime..." cp -fL $(SHARED_STL_LIB) $(INSTALL_DIR)/koreader/libs/ + chmod 755 $(INSTALL_DIR)/koreader/libs/$(notdir $(SHARED_STL_LIB)) $(STRIP) --strip-unneeded $(INSTALL_DIR)/koreader/libs/$(notdir $(SHARED_STL_LIB)) endif @echo "[*] Install plugins"