wok diff xpenguins_themes/receipt @ rev 24101
lrzip: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 16 16:33:44 2021 +0000 (2021-09-16) |
parents | 95e835ab9f4c |
children | 453c249b6219 |
line diff
1.1 --- a/xpenguins_themes/receipt Mon Dec 07 22:10:28 2015 +0100 1.2 +++ b/xpenguins_themes/receipt Thu Sep 16 16:33:44 2021 +0000 1.3 @@ -8,7 +8,6 @@ 1.4 LICENSE="unclear" 1.5 WEB_SITE="http://xpenguins.seul.org" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -SOURCE="themes" 1.8 WGET_URL="$WEB_SITE/$TARBALL" 1.9 1.10 DEPENDS="xpenguins" 1.11 @@ -23,6 +22,6 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - mkdir -p $fs/usr/share/xpenguins 1.16 - cp -a $src $fs/usr/share/xpenguins 1.17 + mkdir -p $fs/usr/share/xpenguins/themes 1.18 + cp -a $src/* $fs/usr/share/xpenguins/themes 1.19 }