diff options
author | Paul Bredbury <brebs@sent.com> | 2019-03-24 21:46:23 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-04-02 14:25:04 +0000 |
commit | 5851d7b8a8a3a760f1af79ff5ef62e7e7d85e7ca (patch) | |
tree | 95bc198ed6cc88f1d792d15570054c52b17b121d /community/mate-user-guide/install-sh.patch | |
parent | 2bdda76b01b6c9ff0204dc6d6b7e4ed903daa4d8 (diff) | |
download | aports-5851d7b8a8a3a760f1af79ff5ef62e7e7d85e7ca.tar.bz2 aports-5851d7b8a8a3a760f1af79ff5ef62e7e7d85e7ca.tar.xz |
community/mate-user-guide: upgrade to 1.22.0
Diffstat (limited to 'community/mate-user-guide/install-sh.patch')
-rw-r--r-- | community/mate-user-guide/install-sh.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/mate-user-guide/install-sh.patch b/community/mate-user-guide/install-sh.patch new file mode 100644 index 0000000000..d32f681c0e --- /dev/null +++ b/community/mate-user-guide/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 |