wok diff libfm/receipt @ rev 21869

busybox/command_not_found: use $PATH
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 25 10:59:33 2019 +0200 (2019-09-25)
parents f99a5ac6f745
children b454de65b47b
line diff
     1.1 --- a/libfm/receipt	Thu Apr 18 17:42:01 2019 +0300
     1.2 +++ b/libfm/receipt	Wed Sep 25 10:59:33 2019 +0200
     1.3 @@ -35,6 +35,8 @@
     1.4  #	# fix freeze when using custom action with "inode/directory":
     1.5  #	sed 's|TRUE, 0.5, 0.0|FALSE, 0.0f, 0.0f|' -i src/gtk/fm-standard-view.c
     1.6  	./autogen.sh
     1.7 +
     1.8 +	patch -p1 -i $stuff/quick-exec.patch
     1.9  	./configure \
    1.10  		--sysconfdir=/etc \
    1.11  		--disable-static \