wok diff xpenguins_themes/receipt @ rev 19745
xfce-utils: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 18 17:55:27 2017 +0100 (2017-02-18) |
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 Sat Feb 18 17:55:27 2017 +0100 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 }