From ce4ca18443a69785c81095bdecbd3db22da73ef9 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 05 Aug 2019 20:22:13 +0800 Subject: [PATCH] Add fbgrab libpng zlib build shell script, and update dnsmasq file tree build shell script for copy bug --- 3rdparty/dnsmasq/build.sh | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/3rdparty/dnsmasq/build.sh b/3rdparty/dnsmasq/build.sh index a92b1ee..190b75b 100755 --- a/3rdparty/dnsmasq/build.sh +++ b/3rdparty/dnsmasq/build.sh @@ -78,7 +78,8 @@ check_result "ERROR: compile ${SRC_NAME} failure" ${STRIP} src/dnsmasq - cp src/dnsmasq ${PREFIX_PATH} ../ + cp src/dnsmasq ../ + cp src/dnsmasq ${PREFIX_PATH} cd - } -- Gitblit v1.9.1