wok diff glib-dev/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
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	Wed Jul 06 16:30:34 2016 +0200
     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  }