From 0739cfc6c5455a455e8d3780a0e656d12ff3e6d0 Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Sat, 3 Sep 2016 11:50:19 +0300 Subject: [PATCH] Fix path for sunxi-display-changer --- common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.sh b/common.sh index 6f8389e32..a2af36d13 100644 --- a/common.sh +++ b/common.sh @@ -343,7 +343,7 @@ install_external_applications() # sunxi display changer if [[ $BRANCH != next && $LINUXSOURCEDIR == *sunxi* ]]; then - cd "$SOURCES/$MISC5_DIR" + cd "$SOURCES/sunxi-display-changer" cp "$SOURCES/$LINUXSOURCEDIR/include/video/sunxi_disp_ioctl.h" . make clean >/dev/null make ARCH=$ARCHITECTURE CC="${KERNEL_COMPILER}gcc" KSRC="$SOURCES/$LINUXSOURCEDIR/" >> $DEST/debug/compilation.log 2>&1 @@ -353,7 +353,7 @@ install_external_applications() # sunxi display changer # compile it for sun8i just in case sun7i stuff gets ported to sun8i and we're able to use it #if [[ $BRANCH != next && $LINUXSOURCEDIR == *sun8i* ]]; then - # cd "$SOURCES/$MISC5_DIR" + # cd "$SOURCES/sunxi-display-changer" # wget -q "https://raw.githubusercontent.com/linux-sunxi/linux-sunxi/sunxi-3.4/include/video/sunxi_disp_ioctl.h" # make clean >/dev/null 2>&1 # make ARCH=$ARCHITECTURE CC="${KERNEL_COMPILER}gcc" KSRC="$SOURCES/$LINUXSOURCEDIR/" >> $DEST/debug/compilation.log 2>&1