wok diff openconnect/receipt @ rev 23528

updated python-pillow (2.3.0 -> 6.2.2)
author Hans-G?nter Theisgen
date Mon Apr 06 14:39:48 2020 +0100 (2020-04-06)
parents f81eab2e76aa
children 848e2021d813
line diff
     1.1 --- a/openconnect/receipt	Mon May 27 16:36:34 2019 +0100
     1.2 +++ b/openconnect/receipt	Mon Apr 06 14:39:48 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="openconnect"
     1.7 -VERSION="8.03"
     1.8 +VERSION="8.05"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="A client for Cisco's AnyConnect SSL VPN."
    1.11  MAINTAINER="samuel_trassare@yahoo.com"
    1.12 @@ -26,9 +26,9 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 +	mkdir -p $fs/usr/lib
    1.17  	mkdir -p $fs/usr/sbin
    1.18 -	cp -a $install/usr/sbin/openconnect $fs/usr/sbin
    1.19  	
    1.20 -	mkdir -p $fs/usr/lib
    1.21 -	cp -a $install/usr/lib/*so* $fs/usr/lib
    1.22 +	cp -a $install/usr/lib/*so*		$fs/usr/lib
    1.23 +	cp -a $install/usr/sbin/openconnect	$fs/usr/sbin
    1.24  }