wok-next diff slitaz-icons-paper/receipt @ rev 19925

libftdi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:27:36 2017 +0200 (2017-10-14)
parents d0308bf5ec4a
children cd7906120828
line diff
     1.1 --- a/slitaz-icons-paper/receipt	Thu Aug 17 16:45:06 2017 +0300
     1.2 +++ b/slitaz-icons-paper/receipt	Sat Oct 14 23:27:36 2017 +0200
     1.3 @@ -12,9 +12,13 @@
     1.4  
     1.5  # Rules to compile and make the package.
     1.6  compile_rules() {
     1.7 +	to="$install/usr/share/icons/SliTaz-Paper"
     1.8 +	mkdir -p $to
     1.9 +	cp -r $stuff/22x22 $to
    1.10 +
    1.11  	mksit.sh \
    1.12  		-f /usr/share/icons/Paper \
    1.13 -		-t $install/usr/share/icons/SliTaz-Paper \
    1.14 +		-t $to \
    1.15  		-opmax
    1.16  }
    1.17