wok-next diff silc-server/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents d21c0c760517
children 757d032c55c7
line diff
     1.1 --- a/silc-server/receipt	Tue Sep 24 17:35:45 2013 +0000
     1.2 +++ b/silc-server/receipt	Thu Feb 25 15:02:38 2016 +0200
     1.3 @@ -36,5 +36,5 @@
     1.4  # Pre and post install commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	[ -s $1/etc/silcd.pub ] || chroot $1/ /usr/sbin/silcd -C /etc
     1.8 +	[ -s "$1/etc/silcd.pub" ] || chroot "$1/" /usr/sbin/silcd -C /etc
     1.9  }