From b795a7b26d164e69121d9f943eca3f1668038691 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 20 Jan 2019 20:32:11 +0100 Subject: community/rust: patch the copied config.toml - the one in $srcdir is a symlink and cannot be easily patched --- community/rust/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community') diff --git a/community/rust/PKGBUILD b/community/rust/PKGBUILD index 7e8ce061..221bfd43 100644 --- a/community/rust/PKGBUILD +++ b/community/rust/PKGBUILD @@ -4,6 +4,6 @@ sha256sums+=('55d59786b6a24590951688c01910ac331996fc5ea5e20f10d227db24b93b1e74') eval "$( declare -f prepare | \ sed ' - 2 a patch -p1 -i "$srcdir/config.toml.patch" + $ i patch -p1 -i "$srcdir/config.toml.patch" ' )" -- cgit v1.2.3-54-g00ecf