aboutsummaryrefslogtreecommitdiffstats
path: root/testing/spice-html5/support-busybox-install.patch
blob: 6eaad9ff1c00131b95289aa27e5115dc6f2d507c (plain)
1
2
3
4
5
6
7
8
9
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/{} \;