Skip to content

Commit

Permalink
Fix patch apply order
Browse files Browse the repository at this point in the history
  • Loading branch information
StormTrooper committed May 13, 2018
1 parent 0a96a88 commit fc7f311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/mediacenter-next-osmc/build.sh
Expand Up @@ -186,12 +186,12 @@ then
echo $VERSION_DBG >> files-debug/DEBIAN/control
echo "Depends: ${1}-mediacenter-osmc (=${VERSION_NUM})" >> files-debug/DEBIAN/control
pushd src/xbmc-*
install_patch "../../patches" "all"
test "$1" == pc && install_patch "../../patches" "pc"
if [ "$1" == "rbp1" ] || [ "$1" == "rbp2" ]
then
install_patch "../../patches" "rbp"
fi
install_patch "../../patches" "all"
if [ "$1" == "rbp1" ] || [ "$1" == "rbp2" ] || [ "$1" == "vero2" ] || [ "$1" == "vero3" ]; then install_patch "../../patches" "arm"; fi

test "$1" == vero2 && install_patch "../../patches" "vero2"
Expand Down

0 comments on commit fc7f311

Please sign in to comment.