wok-6.x diff ocsinventory/receipt @ rev 23066
remove nagvis-flex
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 09 18:55:03 2020 +0100 (2020-03-09) |
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 Mar 09 18:55:03 2020 +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 -