wok diff ocsinventory/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 600aaedb561d
children cea6e929d21e
line diff
     1.1 --- a/ocsinventory/receipt	Mon Dec 02 19:18:04 2013 +0000
     1.2 +++ b/ocsinventory/receipt	Sat Feb 23 23:00:18 2019 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  SOURCE="OCSNG_UNIX_SERVER"
     1.5  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://www.ocsinventory-ng.org/"
     1.7 -WGET_URL="https://launchpad.net/ocsinventory-server/stable-2.0/$VERSION/+download/$TARBALL"
     1.8 +WGET_URL="https://launchpad.net/ocsinventory-server/stable-${VERSION%.*}/$VERSION/+download/$TARBALL"
     1.9  TAGS="system administration"
    1.10  
    1.11  DEPENDS="ocsinventory-server ocsinventory-agent ocsreports"
    1.12 @@ -24,8 +24,7 @@
    1.13  	make DESTDIR=$DESTDIR install
    1.14  }
    1.15  
    1.16 -genpkg_rules() {
    1.17 +genpkg_rules()
    1.18 +{
    1.19  	mkdir $fs/usr
    1.20  }
    1.21 -
    1.22 -