diff options
author | Chris Larson <clarson@kergoth.com> | 2003-11-03 18:24:12 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-11-03 18:24:12 +0000 |
commit | f7c62ab813fcafe7cde882f0a6ebf937416bf542 (patch) | |
tree | c68c52438637c4d2402c8752985668cca435675e /pkgconfig | |
parent | 01ad4c8bfe64758097f0b20d06267365f095bd96 (diff) |
Merge
2003/11/02 22:49:23-08:00 (none)!ggilbert
Initial import of X libraries. Still needs dependencies and packaging work.
BKrev: 3fa69d4cKPXFKJaV7ZGth4a6A7Oq2A
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/pkgconfig_0.15.0.oe | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgconfig/pkgconfig_0.15.0.oe b/pkgconfig/pkgconfig_0.15.0.oe index e62c00321f..185a38838e 100644 --- a/pkgconfig/pkgconfig_0.15.0.oe +++ b/pkgconfig/pkgconfig_0.15.0.oe @@ -11,3 +11,8 @@ acpaths=-I . do_configure_prepend () { install -m 0644 ${FILESDIR}/glibconfig-sysdefs.h glib-1.2.8/ } + +do_stage_append() { + install -d -m 0755 ${STAGING_DIR}/share/pkgconfig + +} |