wok diff ocsinventory/receipt @ rev 20032
Up hostapd (2.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 23 13:34:58 2017 +0200 (2017-08-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 Wed Aug 23 13:34:58 2017 +0200 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 -