summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-03-07 13:48:39 +0100
committerErich Eckner <git@eckner.net>2019-03-07 13:48:39 +0100
commit511ee3b06d55f3a31730546ec92ffe95ece2f727 (patch)
tree261fbadfc418ea52115026e5331ce61487446490 /community
parent20d0060b518e9d4a209b2e5209d34f1a54027660 (diff)
downloadpackages-511ee3b06d55f3a31730546ec92ffe95ece2f727.tar.xz
community/aubio: fix typo
Diffstat (limited to 'community')
-rw-r--r--community/aubio/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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/" {} \\;
'
)"