aboutsummaryrefslogtreecommitdiffstats
path: root/testing/spice-html5/support-busybox-install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/spice-html5/support-busybox-install.patch')
-rw-r--r--testing/spice-html5/support-busybox-install.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/spice-html5/support-busybox-install.patch b/testing/spice-html5/support-busybox-install.patch
new file mode 100644
index 00000000000..6eaad9ff1c0
--- /dev/null
+++ b/testing/spice-html5/support-busybox-install.patch
@@ -0,0 +1,10 @@
+diff --git a/Makefile b/Makefile
+index add307f..fc5ec1e 100644
+--- a/Makefile
++++ b/Makefile
+@@ -65,4 +65,4 @@ local: tar rpm
+ git: gittar rpm
+
+ install:
+- find . \( -iname '*.html' -or -iname '*.js' -or -iname '*.css' \) -exec install --mode=644 -D {} $(datadir)/spice-html5/{} \;
++ find . \( -iname '*.html' -or -iname '*.js' -or -iname '*.css' \) -exec install -m 644 -D {} $(datadir)/spice-html5/{} \;