wok-current rev 14897
Fix: gaupol (set correct paths for aeidon)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Sun Jul 28 10:32:13 2013 -0300 (2013-07-28) |
parents | 7a1a473a365b |
children | 66b44988f705 |
files | gaupol/receipt |
line diff
1.1 --- a/gaupol/receipt Fri Jul 26 18:55:09 2013 -0300 1.2 +++ b/gaupol/receipt Sun Jul 28 10:32:13 2013 -0300 1.3 @@ -22,6 +22,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 + PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') 1.8 + sed -i 's|/home/slitaz/wok/gaupol/install||g' \ 1.9 + $install/usr/lib/$PYTHON_LIB/site-packages/aeidon/paths.py 1.10 cp -a $install/usr $fs 1.11 } 1.12 -