wok-6.x diff memcached/receipt @ rev 25507
plop: cleanup
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 11 10:36:59 2023 +0000 (21 months ago) |
parents | 83b97236db32 |
children |
line diff
1.1 --- a/memcached/receipt Sat Feb 12 11:42:56 2022 +0000 1.2 +++ b/memcached/receipt Sat Feb 11 10:36:59 2023 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="memcached" 1.7 -VERSION="1.6.6" 1.8 +VERSION="1.6.15" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="High-performance, distributed memory object caching system." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -32,6 +32,5 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir $fs/usr 1.17 - cp -a $install/usr/bin $fs/usr 1.18 + cook_copy_folders bin 1.19 }