# HG changeset patch # User Yuri Pourre # Date 1445099952 10800 # Node ID 7b6345f8a12a2b3d29bb617da40f03044bd998fe # Parent 5caa6594da4700077da31169584987b0b4191e91 mozo: update compile rules diff -r 5caa6594da47 -r 7b6345f8a12a mozo/receipt --- a/mozo/receipt Sat Oct 17 13:37:02 2015 -0300 +++ b/mozo/receipt Sat Oct 17 13:39:12 2015 -0300 @@ -18,8 +18,8 @@ # Rules to configure and make the package. compile_rules() { - ./autogen.sh - --prefix=/usr \ + ./autogen.sh \ + --prefix=/usr \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install