From 437142289815e391fe5a12c85921b03683de2165 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Fri, 19 Apr 2019 22:14:59 +0200 Subject: [PATCH] [fix, Ubuntu Touch] Actually bundle libSDL2.so! (#4946) Accidentally broken in https://github.com/koreader/koreader/pull/2132. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f53f2f35..0879dceb6 100644 --- a/Makefile +++ b/Makefile @@ -280,7 +280,7 @@ utupdate: all ln -sf ../../$(UBUNTUTOUCH_DIR)/koreader.apparmor.openstore $(INSTALL_DIR)/koreader ln -sf ../../$(UBUNTUTOUCH_DIR)/koreader.desktop $(INSTALL_DIR)/koreader ln -sf ../../$(UBUNTUTOUCH_DIR)/koreader.png $(INSTALL_DIR)/koreader - ln -sf ../../$(UBUNTUTOUCH_DIR)/libSDL2.so $(INSTALL_DIR)/koreader/libs + ln -sf ../../../$(UBUNTUTOUCH_DIR)/libSDL2.so $(INSTALL_DIR)/koreader/libs # create new package cd $(INSTALL_DIR) && pwd && \