diff options
author | Paul Bredbury <brebs@sent.com> | 2019-06-16 10:34:20 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-17 12:19:43 +0000 |
commit | c0e65683137d34d2bb12148d067b8be0d00e9ef3 (patch) | |
tree | 44dcfc5cf6e28c31013dd94714d8a1ce3b96cd96 /community/mate-media/install-sh.patch | |
parent | 6346152ecf43a5ec07572696615079162ae100e1 (diff) | |
download | aports-c0e65683137d34d2bb12148d067b8be0d00e9ef3.tar.bz2 aports-c0e65683137d34d2bb12148d067b8be0d00e9ef3.tar.xz |
community/mate-media: upgrade to 1.22.1
Requires mate-panel-dev.
Remove patch, is applied upstream.
Remove unnecessary "cd" commands.
Diffstat (limited to 'community/mate-media/install-sh.patch')
-rw-r--r-- | community/mate-media/install-sh.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/community/mate-media/install-sh.patch b/community/mate-media/install-sh.patch deleted file mode 100644 index b3453421d4..0000000000 --- a/community/mate-media/install-sh.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff --git a/build-aux/install-sh b/build-aux/install-sh -index defb86a..8175c64 100755 ---- a/build-aux/install-sh -+++ b/build-aux/install-sh -@@ -1,4 +1,4 @@ --#!/usr/bin/sh -+#!/bin/sh - # install - install a program, script, or datafile - - scriptversion=2018-03-11.20; # UTC |