diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-12-15 09:55:35 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-12-15 09:55:40 +0000 |
commit | c54c79a3c98c53a13446f74b9eb34097402dcd55 (patch) | |
tree | 57a2b643f5d727c4d408ca38d61856e5d5bb1657 /testing/spice-html5/support-busybox-install.patch | |
parent | c88a53d470c120314f760b233a34edf7cdc0a32a (diff) | |
download | aports-c54c79a3c98c53a13446f74b9eb34097402dcd55.tar.bz2 aports-c54c79a3c98c53a13446f74b9eb34097402dcd55.tar.xz |
testing/spice-html5: new aport
Diffstat (limited to 'testing/spice-html5/support-busybox-install.patch')
-rw-r--r-- | testing/spice-html5/support-busybox-install.patch | 10 |
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 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/{} \; |