wok-next diff asleap/receipt @ rev 18152

alsaplayer: remove too big pixmaps
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Jun 20 19:58:11 2015 +0200 (2015-06-20)
parents 380ffe05937a
children a3c581bf52b8
line diff
     1.1 --- a/asleap/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/asleap/receipt	Sat Jun 20 19:58:11 2015 +0200
     1.3 @@ -26,6 +26,6 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr
     1.7 -	cp -a $_pkg/usr/bin $fs/usr
     1.8 +	cp -a $install/usr/bin $fs/usr
     1.9  }
    1.10