wok diff acl-dev/receipt @ rev 20876

openssh: add ssh-copy-id
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 23 23:00:18 2019 +0100 (2019-02-23)
parents a5b6457fb890
children 68e1e2f938b4
line diff
     1.1 --- a/acl-dev/receipt	Wed Oct 31 15:13:42 2018 +0100
     1.2 +++ b/acl-dev/receipt	Sat Feb 23 23:00:18 2019 +0100
     1.3 @@ -15,8 +15,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/lib $fs/lib
     1.8 +	mkdir -p $fs/lib $fs/usr
     1.9  	cp -a $install/lib/*.*a $fs/lib
    1.10  	cp -a $install/usr/include $fs/usr
    1.11 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.12  }