aboutsummaryrefslogtreecommitdiffstats
path: root/testing/simp1e-cursors/py3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/simp1e-cursors/py3.patch')
-rw-r--r--testing/simp1e-cursors/py3.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/simp1e-cursors/py3.patch b/testing/simp1e-cursors/py3.patch
new file mode 100644
index 00000000000..f30ba1a72c9
--- /dev/null
+++ b/testing/simp1e-cursors/py3.patch
@@ -0,0 +1,11 @@
+--- a/build.sh
++++ b/build.sh
+@@ -33,7 +33,7 @@
+ echo '##########'
+ echo ""
+ cd $BASEDIR
+- python $BASEDIR/builder_script/make.py $BASEDIR/svgs/$F -n $THEMENAME -o $BASEDIR/built_themes/$THEMENAME --fps 60 -f
++ python3 $BASEDIR/builder_script/make.py $BASEDIR/svgs/$F -n $THEMENAME -o $BASEDIR/built_themes/$THEMENAME --fps 60 -f
+
+ # Create archives if enabled and add optional install instructions
+ if [ "$ARCHIVES" = "1" ];