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