From 2daf5647b6961ff6281d5c89b50783e5258a6b4b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 5 Mar 2020 10:12:42 +0100 Subject: do not overwrite prepare if it already existed --- community/exa/PKGBUILD | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'community/exa/PKGBUILD') diff --git a/community/exa/PKGBUILD b/community/exa/PKGBUILD index 1de368f8..f0d6c232 100644 --- a/community/exa/PKGBUILD +++ b/community/exa/PKGBUILD @@ -3,7 +3,13 @@ source+=('exa-ascii-deprecated.patch') md5sums+=('ce36630a183f5d5be9f1a334bdf8a7cc') -prepare() { - cd "$pkgname" - patch -Np1 -i ../exa-ascii-deprecated.patch -} +eval "$( + { + declare -f prepare || \ + printf 'prepare() {\n}\n' + } \ + | sed ' + $i cd "$srcdir/$pkgname" \ + patch -Np1 -i ../exa-ascii-deprecated.patch + ' +)" -- cgit v1.2.3