From c54c79a3c98c53a13446f74b9eb34097402dcd55 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Thu, 15 Dec 2016 09:55:35 +0000 Subject: testing/spice-html5: new aport --- testing/spice-html5/support-busybox-install.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testing/spice-html5/support-busybox-install.patch (limited to 'testing/spice-html5/support-busybox-install.patch') diff --git a/testing/spice-html5/support-busybox-install.patch b/testing/spice-html5/support-busybox-install.patch new file mode 100644 index 0000000000..6eaad9ff1c --- /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/{} \; -- cgit v1.2.3