wok-6.x rev 23719
updated unionfs-fuse (2.0 -> 2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 29 07:50:26 2020 +0100 (2020-04-29) |
parents | 2f9b6b256fca |
children | 1ba744079b14 |
files | unionfs-fuse/receipt |
line diff
1.1 --- a/unionfs-fuse/receipt Wed Apr 29 07:46:51 2020 +0100 1.2 +++ b/unionfs-fuse/receipt Wed Apr 29 07:50:26 2020 +0100 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 }