wok-6.x diff gifsicle/receipt @ rev 25010
updated ode and ode-dev (0.16.1 -> 0.16.2)
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 16 17:33:55 2022 +0100 (2022-05-16) |
parents | 453c249b6219 |
children |
line diff
1.1 --- a/gifsicle/receipt Fri Feb 11 17:50:36 2022 +0000 1.2 +++ b/gifsicle/receipt Mon May 16 17:33:55 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gifsicle" 1.7 -VERSION="1.92" 1.8 +VERSION="1.93" 1.9 CATEGORY="graphics" 1.10 SHORT_DESC="A command-line tool for creating, editing, and getting information about GIF." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -31,6 +31,5 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr 1.17 - cp -a $install/usr/bin $fs/usr 1.18 + cook_copy_folders bin 1.19 }