wok-next diff glib-dev/receipt @ rev 18492
cmospwd: force rebuild
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 10 20:11:05 2015 +0200 (2015-10-10) |
parents | 3fbf40bde02e |
children | 9e01bc6321ea |
line diff
1.1 --- a/glib-dev/receipt Tue Feb 10 20:09:44 2015 +0000 1.2 +++ b/glib-dev/receipt Sat Oct 10 20:11:05 2015 +0200 1.3 @@ -35,4 +35,13 @@ 1.4 rm -rf $fs/usr/lib/libgio*.*a 1.5 rm -rf $fs/usr/include/gio-unix-2.0 1.6 rm $fs/usr/lib/pkgconfig/gio*.pc 1.7 + 1.8 + # exclude from files.list (for tazpkg-find-depends) 1.9 + cd $fs/usr/share/gdb/auto-load 1.10 + for i in $(ls *.py);do mv -f $i ${i//./-.-};done 1.11 } 1.12 +post_install() 1.13 +{ 1.14 + cd $1/usr/share/gdb/auto-load 1.15 + for i in $(ls *.-py);do mv -f $i ${i//-.-/.};done 1.16 +}