# HG changeset patch # User Pascal Bellard # Date 1434638121 -7200 # Node ID 8809751bb68d4147f8c125e3496b037dea34d843 # Parent 83694a75d225291512f9977185b8c4ebc736afe2 Add defragfs (again) diff -r 83694a75d225 -r 8809751bb68d defragfs/receipt --- a/defragfs/receipt Thu Jun 18 16:31:01 2015 +0200 +++ b/defragfs/receipt Thu Jun 18 16:35:21 2015 +0200 @@ -17,4 +17,5 @@ { mkdir -p $fs/usr/bin zcat $src/$TARBALL > $fs/usr/bin/defragfs + chmod 755 $fs/usr/bin/defragfs }