wok diff glib-dev/receipt @ rev 19231
Add vmtouch
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Fri Jun 24 19:59:40 2016 +0100 (2016-06-24) |
parents | a97709a29fd3 |
children | a78610b2eb47 |
line diff
1.1 --- a/glib-dev/receipt Sat Jun 06 21:23:13 2015 +0200 1.2 +++ b/glib-dev/receipt Fri Jun 24 19:59:40 2016 +0100 1.3 @@ -42,6 +42,6 @@ 1.4 } 1.5 post_install() 1.6 { 1.7 - cd $1/usr/share/gdb/auto-load 1.8 + cd "$1/usr/share/gdb/auto-load" 1.9 for i in $(ls *.-py);do mv -f $i ${i//-.-/.};done 1.10 }