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

childsplay: up (3.3); tiny edits.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 04:36:32 2018 +0300 (2018-06-06)
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	Wed Jun 06 04:36:32 2018 +0300
     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