Fix path for sunxi-display-changer

This commit is contained in:
zador-blood-stained 2016-09-03 11:50:19 +03:00
parent dc877f1ef0
commit 0739cfc6c5

View file

@ -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