# HG changeset patch # User Christopher Rogers # Date 1340735964 0 # Node ID 8e69cb83d354bb24800aae84c67fc222005b29c4 # Parent f465ac8d90b8fac2748f7408a0729522283a668d aubio: Clean up. diff -r f465ac8d90b8 -r 8e69cb83d354 aubio/receipt --- a/aubio/receipt Tue Jun 26 18:38:08 2012 +0000 +++ b/aubio/receipt Tue Jun 26 18:39:24 2012 +0000 @@ -17,11 +17,12 @@ libvorbis-dev" # Rules to configure and make the package. -compile_rules() { - cd $src - ./configure --prefix=/usr $CONFIGURE_ARGS && - make -j1 && - make -j1 install +compile_rules() +{ + cd $src + ./configure --prefix=/usr $CONFIGURE_ARGS && + make -j1 && + make -j1 install } # Rules to gen a SliTaz package suitable for Tazpkg.