wok diff extundelete/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 223b265f40fd
children 775714eeb4c8
line diff
     1.1 --- a/extundelete/receipt	Sat Sep 07 22:59:13 2013 +0000
     1.2 +++ b/extundelete/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -16,7 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	sed -i 's/*inode;/inodebuf;/' src/block.c
     1.9  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.10  	make && make DESTDIR=$DESTDIR install
    1.11  }
    1.12 @@ -26,4 +26,3 @@
    1.13  {
    1.14  	cp -a $install/usr $fs
    1.15  }
    1.16 -