mirror of
https://github.com/Syncplay/syncplay
synced 2025-01-30 10:41:51 +00:00
Add -mkdir for /resources/lua/intf in makefile
This commit is contained in:
parent
6b4aed57ad
commit
8edbdb34bd
2
Makefile
2
Makefile
@ -21,6 +21,8 @@ endif
|
||||
|
||||
common:
|
||||
-mkdir -p $(LIB_PATH)/syncplay/resources/
|
||||
-mkdir -p $(LIB_PATH)/syncplay/resources/lua
|
||||
-mkdir -p $(LIB_PATH)/syncplay/resources/lua/intf
|
||||
cp -r syncplay $(LIB_PATH)/syncplay/
|
||||
cp -r resources/hicolor $(SHARE_PATH)/icons/
|
||||
cp -r resources/*.png $(LIB_PATH)/syncplay/resources/
|
||||
|
Loading…
Reference in New Issue
Block a user