wok-next diff libkrb5support/receipt @ rev 19159

/etc/init.d/*: use 'action' in pair with 'status'.
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 26 20:16:45 2016 +0300 (2016-05-26)
parents 8f447cf2eee5
children
line diff
     1.1 --- a/libkrb5support/receipt	Sat Nov 09 20:47:29 2013 +0000
     1.2 +++ b/libkrb5support/receipt	Thu May 26 20:16:45 2016 +0300
     1.3 @@ -15,7 +15,7 @@
     1.4  	while read file; do
     1.5  		dir=$(dirname "$file")
     1.6  		[ -d $fs$dir ] || mkdir -p $fs$dir
     1.7 -		cp -a $_pkg$file $fs$dir
     1.8 +		cp -a $install$file $fs$dir
     1.9  	done < $wanted_stuff/$PACKAGE.files-list
    1.10  }
    1.11