From 5aa2e15aaa3086839f151f2abe71cd9e9cffe4c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Fri, 10 Oct 2014 10:43:13 +0200 Subject: [PATCH] Update common.sh --- common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.sh b/common.sh index f0e3a11a3e..6092c141ec 100644 --- a/common.sh +++ b/common.sh @@ -53,10 +53,10 @@ if [[ $LINUXSOURCE == "linux-sunxi" ]] ; then patch --batch -f -p1 < $SRC/lib/patch/spi.patch fi if [[ $BOARD == "bananapi" ]] ; then - if [ -z "$(patch --dry-run -t -p1 < $SRC/patch/bananagmac.patch | grep previ)" ]; then + if [ -z "$(patch --dry-run -t -p1 < $SRC/lib/patch/bananagmac.patch | grep previ)" ]; then patch --batch -N -p1 < $SRC/patch/bananagmac.patch fi - if [ -z "$(patch --dry-run -t -p1 < $SRC/patch/bananafbtft.patch | grep previ)" ]; then + if [ -z "$(patch --dry-run -t -p1 < $SRC/lib/patch/bananafbtft.patch | grep previ)" ]; then patch --batch -N -p1 < $SRC/patch/bananafbtft.patch fi fi