wok diff lyx-examples/receipt @ rev 25396
updated vidalia (0.2.21 -> 0.3.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Aug 02 10:16:02 2022 +0100 (2022-08-02) |
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 Tue Aug 02 10:16:02 2022 +0100 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 }