mirror of
https://github.com/koreader/koreader
synced 2024-11-10 01:10:34 +00:00
[fix, Ubuntu Touch] Actually bundle libSDL2.so! (#4946)
Accidentally broken in https://github.com/koreader/koreader/pull/2132.
This commit is contained in:
parent
837e9d85cb
commit
4371422898
2
Makefile
2
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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user