wok diff unionfs-fuse/receipt @ rev 23876

Up dropbear (2020.80)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 01 14:12:33 2020 +0000 (2020-07-01)
parents 7e8305bf137c
children 5ea0ce1cecc0
line diff
     1.1 --- a/unionfs-fuse/receipt	Tue Oct 29 16:58:15 2019 +0100
     1.2 +++ b/unionfs-fuse/receipt	Wed Jul 01 14:12:33 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="unionfs-fuse"
     1.7 -VERSION="2.0"
     1.8 +VERSION="2.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="An effort to create a userland unionfs implementation that is way more flexible than the current in-kernel based unionfs solution."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -26,5 +26,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr
    1.16 -	cp -a $install/usr/bin $fs/usr
    1.17 +	cp -a $install/usr/bin	$fs/usr
    1.18  }