diff options
author | Erich Eckner <git@eckner.net> | 2019-01-20 20:32:11 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-01-20 20:32:11 +0100 |
commit | b795a7b26d164e69121d9f943eca3f1668038691 (patch) | |
tree | d40319ef4fb53d77058b4d1e0d7b7c7c1b81efc2 | |
parent | 0886145c5b380ba15c5ceea275a0fc0c2319b55c (diff) | |
download | packages-b795a7b26d164e69121d9f943eca3f1668038691.tar.xz |
community/rust: patch the copied config.toml - the one in $srcdir is a symlink and cannot be easily patched
-rw-r--r-- | community/rust/PKGBUILD | 2 |
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" ' )" |