wok-current diff libwebkit/receipt @ rev 7206
Fixed typo in get-linux-source. Should fixed aufs2 from not being copyed.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Nov 09 17:43:00 2010 +0000 (2010-11-09) |
parents | 05bdabc85a94 |
children | c23a615a931a |
line diff
1.1 --- a/libwebkit/receipt Thu Oct 21 00:34:19 2010 +0000 1.2 +++ b/libwebkit/receipt Tue Nov 09 17:43:00 2010 +0000 1.3 @@ -49,4 +49,5 @@ 1.4 mkdir -p $fs/usr/lib $fs/usr/bin 1.5 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.6 cp -a $src/Programs/GtkLauncher $fs/usr/bin/ 1.7 + cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib 1.8 }