1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 22:15:17 +03:00
aports/testing/spice-html5/support-busybox-install.patch
2016-12-15 09:55:40 +00:00

10 lines
407 B
Diff

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/{} \;