wok diff lyx-examples/receipt @ rev 25491
Up foomatic-db-nonfree (20221116)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 17 12:13:24 2022 +0000 (23 months ago) |
parents | 7a3254180b69 |
children |
line diff
1.1 --- a/lyx-examples/receipt Tue Mar 17 14:22:04 2020 +0100 1.2 +++ b/lyx-examples/receipt Thu Nov 17 12:13:24 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lyx-examples" 1.7 -VERSION="2.3.4.4" 1.8 +VERSION="2.3.6.1" 1.9 CATEGORY="office" 1.10 SHORT_DESC="Examples for LyX." 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 @@ -14,6 +14,5 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/share/lyx 1.17 - cp -a $install/usr/share/lyx/examples $fs/usr/share/lyx 1.18 + cook_copy_folders examples 1.19 }