wok-next rev 18518

connman-tools: add filesystem path
author Richard Dunbar <mojo@slitaz.org>
date Sun Oct 25 12:06:37 2015 -0400 (2015-10-25)
parents 45dbe89f4307
children 4bd87af31592
files connman-tools/receipt
line diff
     1.1 --- a/connman-tools/receipt	Sun Oct 25 03:23:44 2015 +0100
     1.2 +++ b/connman-tools/receipt	Sun Oct 25 12:06:37 2015 -0400
     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  }