diff options
author | Paul Bredbury <brebs@sent.com> | 2019-06-16 10:34:22 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-17 12:19:43 +0000 |
commit | e9f7af2164b3e451e6cd65cf6cd8927de9286ace (patch) | |
tree | 99b6cc5fa28f91b71b141fc0ac6e57135ea67611 /community/mate-terminal/install-sh.patch | |
parent | 66886c1e031987286bd3d53c3dc925bdc8386d5b (diff) | |
download | aports-e9f7af2164b3e451e6cd65cf6cd8927de9286ace.tar.bz2 aports-e9f7af2164b3e451e6cd65cf6cd8927de9286ace.tar.xz |
community/mate-terminal: upgrade to 1.22.1
Remove patch, is applied upstream.
Remove unnecessary "cd" commands.
Diffstat (limited to 'community/mate-terminal/install-sh.patch')
-rw-r--r-- | community/mate-terminal/install-sh.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/community/mate-terminal/install-sh.patch b/community/mate-terminal/install-sh.patch deleted file mode 100644 index d32f681c0e..0000000000 --- a/community/mate-terminal/install-sh.patch +++ /dev/null @@ -1,10 +0,0 @@ -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 |