diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-11-08 11:07:58 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-11-08 11:07:58 +0000 |
commit | 1f7343079a1b56e623aba7fdf63946f3dae979e3 (patch) | |
tree | 062776d2316111ee5c72fa1b9de7deb01cdca153 /packages/icewm/icewm_1.2.20.bb | |
parent | 47007ab845cf3ff4c9038412df673853e5bde900 (diff) | |
parent | a44ab8fc112a3ded9e4bf4d379243b399e2505a9 (diff) |
merge of '689e57bae9a2678694a0233e81f710e4878928f4'
and 'c2e1d9a66fe20e02ea4226aaff7de2ccde79ffba'
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 |