# HG changeset patch # User Christophe Lincoln # Date 1242245347 -7200 # Node ID 310312c581283dc4147b49145078f70ab1feba49 # Parent 9d78368373b69327c04ff5a83361965119cb06f5 scim-dev: Fix pkgconfig files path diff -r 9d78368373b6 -r 310312c58128 scim-dev/receipt --- a/scim-dev/receipt Wed May 13 20:38:22 2009 +0200 +++ b/scim-dev/receipt Wed May 13 22:09:07 2009 +0200 @@ -14,5 +14,5 @@ cp -a $_pkg/usr/lib $fs/usr find $fs/usr/lib -type f -not -name '*a' -exec rm {} \; find $fs/usr/lib -type l -exec rm {} \; - cp -a $_pkg/usr/lib/pkgconfig $fs/usr + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib }