Skip to content

Commit

Permalink
Fix audio recipe + Add "x" flag to mod-arpeggiator recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
jofemodo committed Nov 13, 2020
1 parent da2f1d5 commit 0a0ca11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/recipes/install_aubio.sh
Expand Up @@ -6,6 +6,7 @@ if [ -d "aubio" ]; then
fi
git clone https://github.com/aubio/aubio.git
cd aubio
sed -i -- 's/gpg --verify/#gpg --verify/' ./scripts/get_waf.sh
make -j 4
cp -fa ./build/src/libaubio* /usr/local/lib
cp -fa ./build/examples/aubiomfcc /usr/local/bin
Expand Down
Empty file modified scripts/recipes/install_mod-arpeggiator.sh 100644 → 100755
Empty file.

0 comments on commit 0a0ca11

Please sign in to comment.