From c02edb5c93ccaa3f87d0482c2861c4cdd5ba071b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Fri, 10 Oct 2014 10:47:29 +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 6092c141ec..b96dace878 100644 --- a/common.sh +++ b/common.sh @@ -54,10 +54,10 @@ if [[ $LINUXSOURCE == "linux-sunxi" ]] ; then fi if [[ $BOARD == "bananapi" ]] ; then if [ -z "$(patch --dry-run -t -p1 < $SRC/lib/patch/bananagmac.patch | grep previ)" ]; then - patch --batch -N -p1 < $SRC/patch/bananagmac.patch + patch --batch -N -p1 < $SRC/lib/patch/bananagmac.patch fi if [ -z "$(patch --dry-run -t -p1 < $SRC/lib/patch/bananafbtft.patch | grep previ)" ]; then - patch --batch -N -p1 < $SRC/patch/bananafbtft.patch + patch --batch -N -p1 < $SRC/lib/patch/bananafbtft.patch fi fi # compile sunxi tools