diff options
Diffstat (limited to 'community/bsdiff/Makefile.patch')
-rw-r--r-- | community/bsdiff/Makefile.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bsdiff/Makefile.patch b/community/bsdiff/Makefile.patch index b2a3ffa82..e5f1aa4ee 100644 --- a/community/bsdiff/Makefile.patch +++ b/community/bsdiff/Makefile.patch @@ -6,7 +6,7 @@ PREFIX ?= /usr/local -INSTALL_PROGRAM ?= ${INSTALL} -c -s -m 555 -INSTALL_MAN ?= ${INSTALL} -c -m 444 -+INSTALL = /bin/install ++INSTALL = /usr/bin/install +INSTALL_PROGRAM ?= ${INSTALL} -D -m755 +INSTALL_MAN ?= ${INSTALL} -D -m644 |