wok diff navit/receipt @ rev 13969

syslinux: add 5.0 searchdir resource leak fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 03 17:35:36 2013 +0100 (2013-02-03)
parents 4aed2b24febc
children 5286a067ac76
line diff
     1.1 --- a/navit/receipt	Thu Nov 08 09:35:38 2012 +0100
     1.2 +++ b/navit/receipt	Sun Feb 03 17:35:36 2013 +0100
     1.3 @@ -18,8 +18,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	./configure $CONFIGURE_ARGS && \
     1.8 -	make && \
     1.9 +	./configure $CONFIGURE_ARGS &&
    1.10 +	make &&
    1.11  	make DESTDIR=$DESTDIR install
    1.12  }
    1.13