wok diff orpheus/receipt @ rev 17592

syslinux/isohybrib.exe: add --md5, --undo (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 10 13:31:26 2015 +0100 (2015-02-10)
parents 1ae5963f23df
children 17e313b5b9c1
line diff
     1.1 --- a/orpheus/receipt	Wed Aug 14 18:02:00 2013 +0000
     1.2 +++ b/orpheus/receipt	Tue Feb 10 13:31:26 2015 +0100
     1.3 @@ -21,7 +21,7 @@
     1.4  	cd $src
     1.5  	export LDFLAGS="-Wl,--copy-dt-needed-entries -logg"
     1.6  	unset CFLAGS CXXFLAGS
     1.7 -	./configure &&
     1.8 +	./configure 2>&1 | grep -v /config.rpath &&
     1.9  	make &&
    1.10  	make DESTDIR=$DESTDIR install
    1.11  }