wok-current diff xvidcore-dev/receipt @ rev 8645
Fixed postgresql post_remove.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Feb 15 18:03:31 2011 +0000 (2011-02-15) |
parents | f6fea7bf06a8 |
children | cca03eafc9b1 |
line diff
1.1 --- a/xvidcore-dev/receipt Thu May 27 18:55:54 2010 +0000 1.2 +++ b/xvidcore-dev/receipt Tue Feb 15 18:03:31 2011 +0000 1.3 @@ -12,6 +12,6 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/lib 1.7 - cp -a ../xvidcore/xvidcore/build/generic/_pkg/usr/lib/*.a $fs/usr/lib 1.8 - cp -a ../xvidcore/xvidcore/build/generic/_pkg/usr/include $fs/usr 1.9 + cp -a $src/build/generic/_pkg/usr/lib/*.a $fs/usr/lib 1.10 + cp -a $src/build/generic/_pkg/usr/include $fs/usr 1.11 }