From 98bda4771c62ef9ba5699db9b8ad4963ca21a874 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Wed, 22 Feb 2017 17:43:45 +0000 Subject: [PATCH] Copy only JPEGs necessary for MVP dongle --- dongle/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dongle/build b/dongle/build index 2209b75..ce4f5e5 100755 --- a/dongle/build +++ b/dongle/build @@ -16,8 +16,8 @@ cp -a tofs/* fs cp -fv ../client/vompclient fs cp -fv ../client/other/vdr.jpg fs -cp -fv ../client/other/wallpaperNTSC.jpg -cp -fv ../client/other/wallpaperPAL.jpg +cp -fv ../client/other/wallpaperNTSC.jpg fs +cp -fv ../client/other/wallpaperPAL.jpg fs cp -fv ../lbox_border/lbox_border.o fs/lib/modules/2.4.31 # Get kernel files temp dir ready -- 2.39.2