wok-6.x diff defragfs/receipt @ rev 18466

bash: fix ~/.bashrc creation, etc.; dia: fix icons packaging (thanks llev for reports)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 03 06:11:22 2015 +0300 (2015-10-03)
parents 83694a75d225
children 370da83187ab
line diff
     1.1 --- a/defragfs/receipt	Thu Jun 18 16:31:01 2015 +0200
     1.2 +++ b/defragfs/receipt	Sat Oct 03 06:11:22 2015 +0300
     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  }