From 52b4bd380a639ed5902b1d411768498bc2a4e145 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Fri, 4 Jan 2019 22:58:02 +0100 Subject: [PATCH] - lcd4linux: install annie's lcd4linux skins per default --- make/plugins.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/make/plugins.mk b/make/plugins.mk index 97539f73..82105d22 100644 --- a/make/plugins.mk +++ b/make/plugins.mk @@ -71,6 +71,12 @@ channellogos: $(SOURCE_DIR)/$(NI_LOGO-STUFF) $(SHAREICONS) lcd4linux-all: $(D)/lcd4linux | $(TARGET_DIR) cp -a $(IMAGEFILES)/lcd4linux/* $(TARGET_DIR)/ + $(REMOVE)/SamsungLCD4Linux + git clone https://github.com/horsti58/SamsungLCD4Linux $(BUILD_TMP)/SamsungLCD4Linux + $(CHDIR)/SamsungLCD4Linux/ni; \ + install -m 0600 etc/lcd4linux.conf $(TARGET_DIR)/etc; \ + cp -a share/* $(TARGET_DIR)/share + #$(REMOVE)/SamsungLCD4Linux # -----------------------------------------------------------------------------