wok diff linuxdcpp/receipt @ rev 17231
add post_install to some icon themes (for qt4)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Oct 16 19:38:39 2014 +0000 (2014-10-16) |
parents | ee5c8b018b62 |
children | 1bd2c6414e5a |
line diff
1.1 --- a/linuxdcpp/receipt Thu Dec 05 20:42:36 2013 +0000 1.2 +++ b/linuxdcpp/receipt Thu Oct 16 19:38:39 2014 +0000 1.3 @@ -24,8 +24,8 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/share/pixmaps 1.7 - cp -a $_pkg/usr/bin $fs/usr 1.8 - cp -a $_pkg/usr/share/linuxdcpp $fs/usr/share 1.9 + cp -a $install/usr/bin $fs/usr 1.10 + cp -a $install/usr/share/linuxdcpp $fs/usr/share 1.11 cd $fs/usr/share/pixmaps 1.12 ln -s ../linuxdcpp/pixmaps/linuxdcpp.png . 1.13 }