wok-next diff libvalhalla/receipt @ rev 6576
Removed %U in mplayer.desktop. This fixes opening video files with spaces in name and path.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Oct 08 18:09:30 2010 +0000 (2010-10-08) |
parents | 252a378d28c1 |
children | b49fc09f0d1c |
line diff
1.1 --- a/libvalhalla/receipt Thu Mar 25 09:27:06 2010 +0100 1.2 +++ b/libvalhalla/receipt Fri Oct 08 18:09:30 2010 +0000 1.3 @@ -15,6 +15,8 @@ 1.4 { 1.5 cd $src 1.6 sed -i 's/cat -n/awk '"'"'{ printf "%6d %s\\n",++n,$0 }'"'"' </' configure 1.7 + # Fix configure for GCC 4.5.0 1.8 + sed -i 's/"\$@" >>\$logfile 2/$@ >>$logfile 2/' configure 1.9 ./configure \ 1.10 --prefix=/usr && 1.11 make && make DESTDIR=$PWD/_pkg install