index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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/" {} \\; ' )" |