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