From 94fdfbe802d86a4d309214208b70263edbe1e6e5 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Wed, 8 Apr 2020 14:50:06 +0200 Subject: [PATCH] travis: fix MSI patch file location --- travis/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/utils.sh b/travis/utils.sh index f7232ce..d9c605f 100644 --- a/travis/utils.sh +++ b/travis/utils.sh @@ -185,7 +185,7 @@ add_dependency() { if [ -e ${versionfile} ] && grep -q "BASE_3_14=YES" ${versionfile} then echo "Adding MSI 1.7 to $CACHEDIR/$dirname-$TAG" - ( cd $dirname-$TAG; patch -p0 < $curdir/add-msi-to-314.patch ) + ( cd $dirname-$TAG; patch -p0 < $SCRIPTDIR/../add-msi-to-314.patch ) fi else # fix non-base modules that do not include the .local files in configure/RELEASE