wok diff memcached/receipt @ rev 25477

icedtea6-jdk: find output to variable
author Hans-G?nter Theisgen
date Thu Oct 13 17:53:47 2022 +0100 (20 months ago)
parents 83b97236db32
children 4f02a37747b4
line diff
     1.1 --- a/memcached/receipt	Sat Feb 12 11:42:56 2022 +0000
     1.2 +++ b/memcached/receipt	Thu Oct 13 17:53:47 2022 +0100
     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  }