wok-next diff connman-tools/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 3ef461da7225
children 6c12ac1293fc
line diff
     1.1 --- a/connman-tools/receipt	Fri Feb 28 21:53:25 2014 +0100
     1.2 +++ b/connman-tools/receipt	Thu Feb 25 15:02:38 2016 +0200
     1.3 @@ -15,5 +15,6 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	# client
     1.7 +        mkdir -p $fs/usr/sbin
     1.8  	install -Dm755 $src/client/connmanctl  $fs/usr/sbin
     1.9  }