wok rev 6678

Fix typo in librsvg.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Oct 12 15:53:17 2010 +0000 (2010-10-12)
parents 7048d5b4c327
children be0f949d0faa
files librsvg/receipt
line diff
     1.1 --- a/librsvg/receipt	Tue Oct 12 15:45:20 2010 +0000
     1.2 +++ b/librsvg/receipt	Tue Oct 12 15:53:17 2010 +0000
     1.3 @@ -37,6 +37,6 @@
     1.4  
     1.5  	# remove *.*a files
     1.6  	find $fs/usr/lib/gtk-2.0 -name "*.*a" -exec rm -f {} \;
     1.7 -	rind $fs/usr/lib/gdk-pixbuf-2.0 -name "*.*a" -exec rm -f {} \;
     1.8 +	find $fs/usr/lib/gdk-pixbuf-2.0 -name "*.*a" -exec rm -f {} \;
     1.9  }
    1.10