diff options
Diffstat (limited to 'community/mate-calc/install-sh.patch')
-rw-r--r-- | community/mate-calc/install-sh.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/mate-calc/install-sh.patch b/community/mate-calc/install-sh.patch new file mode 100644 index 0000000000..d32f681c0e --- /dev/null +++ b/community/mate-calc/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 |