index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-03-07 13:48:39 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-03-07 13:48:39 +0100 |
commit | 511ee3b06d55f3a31730546ec92ffe95ece2f727 (patch) | |
tree | 261fbadfc418ea52115026e5331ce61487446490 /community | |
parent | 20d0060b518e9d4a209b2e5209d34f1a54027660 (diff) |
-rw-r--r-- | community/aubio/PKGBUILD | 2 |
diff --git a/community/aubio/PKGBUILD b/community/aubio/PKGBUILD index 7732c0d3..708718d5 100644 --- a/community/aubio/PKGBUILD +++ b/community/aubio/PKGBUILD @@ -1,6 +1,6 @@ eval "$( declare -f prepare | \ sed ' - /^{/ a find "${pkgbase}-${pkgver}/python/tests" -type f -exec sed -i "s/assert_equal/assert_almost_equal/" {} \; + /^{/ a find "${pkgbase}-${pkgver}/python/tests" -type f -exec sed -i "s/assert_equal/assert_almost_equal/" {} \\; ' )" |