wok-next diff avfs/receipt @ rev 20949

Fix homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Sep 01 16:21:51 2018 +0300 (2018-09-01)
parents 6befec62b46c
children d5aab818505e
line diff
     1.1 --- a/avfs/receipt	Thu Aug 30 10:49:57 2018 +0300
     1.2 +++ b/avfs/receipt	Sat Sep 01 16:21:51 2018 +0300
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="avfs"
     1.7 -VERSION="1.0.1"
     1.8 +VERSION="1.0.6"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="A virtual Filesystem implemented with FUSE"
    1.11 +SHORT_DESC="A Virtual File System for looking into archives"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://avf.sourceforge.net/"
    1.15 @@ -20,7 +20,7 @@
    1.16  		$CONFIGURE_ARGS &&
    1.17  	fix libtool &&
    1.18  	make &&
    1.19 -	make DESTDIR=$DESTDIR install
    1.20 +	make install
    1.21  }
    1.22  
    1.23  genpkg_rules() {