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