Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-20 20:32:11 +0100
committerErich Eckner <git@eckner.net>2019-01-20 20:32:11 +0100
commitb795a7b26d164e69121d9f943eca3f1668038691 (patch)
treed40319ef4fb53d77058b4d1e0d7b7c7c1b81efc2
parent0886145c5b380ba15c5ceea275a0fc0c2319b55c (diff)
community/rust: patch the copied config.toml - the one in $srcdir is a symlink and cannot be easily patched
-rw-r--r--community/rust/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"
'
)"