Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: bmarkus on May 11, 2010, 06:50:00 AM

Title: shared-mime-info wrong pkgconfig dir
Post by: bmarkus on May 11, 2010, 06:50:00 AM
shared-mime-info.tcz is putting .pc file to wrong directory

usr/local/share/pkgconfig/shared-mime-info.pc

instead of

usr/local/lib/pkgconfig/shared-mime-info.pc
Title: Re: shared-mime-info wrong pkgconfig dir
Post by: Arslan S. on May 11, 2010, 09:21:24 AM
sorry but it is not wrong, it is prefix/share/pkgconfig by default

just add it to your PKG_CONFIG_PATH
Title: Re: shared-mime-info wrong pkgconfig dir
Post by: bmarkus on May 11, 2010, 09:31:15 AM
sorry but it is not wrong, it is prefix/share/pkgconfig by default

just add it to your PKG_CONFIG_PATH

No, its wrong. If all other extensions are using usr/local/lib/pkgconfig which is the TC standard location why are you asking others to do something differently instead of fixing it?

Title: Re: shared-mime-info wrong pkgconfig dir
Post by: Jason W on May 11, 2010, 09:35:41 AM
Will fix tonight, /usr/local/share/pkgconfig was not the intended path.
Title: Re: shared-mime-info wrong pkgconfig dir
Post by: ^thehatsrule^ on May 11, 2010, 11:46:18 AM
This path was one of those that was added in the default path of the pkg-config extension.  So technically, this thread is a non-issue.
Title: Re: shared-mime-info wrong pkgconfig dir
Post by: Jason W on May 11, 2010, 01:17:29 PM
Noted.  I had forgotton the addition of the /usr/local/share/pkgconfig path.