diff options
author | Paul Bredbury <brebs@sent.com> | 2019-03-24 21:46:39 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-04-02 14:25:04 +0000 |
commit | 2dc9d0057b16cfceda8f950ef1ac04063becdf31 (patch) | |
tree | 08a9d4071577e2eebeef394a904fc6b79f239c68 /community/mozo/install-sh.patch | |
parent | 6d4cad61094aa689b02181fba683bb20a2f7bea6 (diff) | |
download | aports-2dc9d0057b16cfceda8f950ef1ac04063becdf31.tar.bz2 aports-2dc9d0057b16cfceda8f950ef1ac04063becdf31.tar.xz |
community/mozo: upgrade to 1.22.0
Diffstat (limited to 'community/mozo/install-sh.patch')
-rw-r--r-- | community/mozo/install-sh.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/mozo/install-sh.patch b/community/mozo/install-sh.patch new file mode 100644 index 0000000000..d32f681c0e --- /dev/null +++ b/community/mozo/install-sh.patch @@ -0,0 +1,10 @@ +diff --git a/install-sh b/install-sh +index defb86a..8175c64 100755 +--- a/install-sh ++++ b/install-sh +@@ -1,4 +1,4 @@ +-#!/usr/bin/sh ++#!/bin/sh + # install - install a program, script, or datafile + + scriptversion=2018-03-11.20; # UTC |