wok diff ocsinventory/receipt @ rev 20200

aufs: move kernel module to linux*-aufs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 12 17:29:20 2018 +0100 (2018-02-12)
parents 600aaedb561d
children cea6e929d21e
line diff
     1.1 --- a/ocsinventory/receipt	Mon Dec 02 19:18:04 2013 +0000
     1.2 +++ b/ocsinventory/receipt	Mon Feb 12 17:29:20 2018 +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 -