diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-10-30 14:50:31 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-10-30 14:50:31 +0000 |
commit | eef6f1d950d0772086452937e5cd11e21b303686 (patch) | |
tree | 561faf79b12f83c784ad013ad53d01e0d980438b /packages/icewm/icewm_1.2.20.bb | |
parent | a882f7e95c5db9e7b727cabccbd0773054fea8c7 (diff) | |
parent | 18f5c86801714259eaaa1e1a81565984f58ecd14 (diff) |
merge of '13924b6ed700ce1a3e3b1fca1d40f3d76389688a'
and 'b93aeec0119f1318d2b0f72f074bfff67bc23942'
Diffstat (limited to 'packages/icewm/icewm_1.2.20.bb')
-rw-r--r-- | packages/icewm/icewm_1.2.20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/icewm/icewm_1.2.20.bb b/packages/icewm/icewm_1.2.20.bb index 4da5da5146..b6a90a54a4 100644 --- a/packages/icewm/icewm_1.2.20.bb +++ b/packages/icewm/icewm_1.2.20.bb @@ -14,7 +14,7 @@ inherit autotools pkgconfig EXTRA_OECONF = "--disable-i18n --without-imlib --with-xpm --with-gnome-menus \ --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR} \ - --with-mkfontdir=${STAGING_DIR}/${BUILD_SYS}/bin/mkfontdir" + --with-mkfontdir=${STAGING_BINDIR_NATIVE}/mkfontdir" pkg_postinst() { update-alternatives --install /usr/bin/x-window-manager x-window-manager /usr/bin/icewm-session 10 |