Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started 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
-
sorry but it is not wrong, it is prefix/share/pkgconfig by default
just add it to your PKG_CONFIG_PATH
-
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?
-
Will fix tonight, /usr/local/share/pkgconfig was not the intended path.
-
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.
-
Noted. I had forgotton the addition of the /usr/local/share/pkgconfig path.