wok diff asleap/receipt @ rev 17182

fix qt svg
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Sep 28 03:58:55 2014 +0200 (2014-09-28)
parents 380ffe05937a
children 06e7758ce6d8
line diff
     1.1 --- a/asleap/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/asleap/receipt	Sun Sep 28 03:58:55 2014 +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