wok-next diff defragfs/receipt @ rev 19149

Add fzy
author Paul Issott <paul@slitaz.org>
date Mon May 23 14:46:43 2016 +0200 (2016-05-23)
parents 83694a75d225
children d5aab818505e
line diff
     1.1 --- a/defragfs/receipt	Thu Jun 18 16:31:01 2015 +0200
     1.2 +++ b/defragfs/receipt	Mon May 23 14:46:43 2016 +0200
     1.3 @@ -17,4 +17,5 @@
     1.4  {
     1.5  	mkdir -p $fs/usr/bin
     1.6  	zcat $src/$TARBALL > $fs/usr/bin/defragfs
     1.7 +	chmod 755 $fs/usr/bin/defragfs
     1.8  }