wok diff util-linux-cramfs/receipt @ rev 19618

locale-zh_CN: /dev/misc/rtc may absent
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 10 16:05:06 2017 +0200 (2017-01-10)
parents 4f122372e6f6
children 268e759bcf02
line diff
     1.1 --- a/util-linux-cramfs/receipt	Thu Jun 30 22:48:07 2016 +0300
     1.2 +++ b/util-linux-cramfs/receipt	Tue Jan 10 16:05:06 2017 +0200
     1.3 @@ -15,5 +15,6 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	cook_copy_files *.cramfs *.cramfs.8*
     1.8 +	cook_copy_files *.cramfs
     1.9 +	rm -r $fs/usr
    1.10  }