wok diff remind/receipt @ rev 20783

updated chemtool (1.6.12 -> 1.6.14)
author Hans-G?nter Theisgen
date Thu Feb 14 15:04:32 2019 +0100 (2019-02-14)
parents 27a62ac947e8
children 0090a0579e87
line diff
     1.1 --- a/remind/receipt	Wed Jun 22 19:29:55 2016 +0100
     1.2 +++ b/remind/receipt	Thu Feb 14 15:04:32 2019 +0100
     1.3 @@ -36,9 +36,10 @@
     1.4  post_install()
     1.5  {
     1.6  	# Check for ~/.reminders file - needed for wyrd
     1.7 +	nl="\\n"
     1.8  	for i in $(ls "$1/home" 2> /dev/null); do
     1.9  		[ -f "$1/home/$i/.reminders" ] && continue
    1.10 -		echo -n "Creating config file for $i ..."
    1.11 +		echo -en "${nl}Creating config file for $i ..."
    1.12  		touch "$1/home/$i/.reminders" 
    1.13  		chroot "$1/" chown $(stat -c "%u.%g" "$1/home/$i") "/home/$i/.reminders"
    1.14  		status