X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage4%2Fpkg%2Fxterm;fp=stage4%2Fpkg%2Fxterm;h=5e7aed800d9cf14b7bb35f13bbea68f02ee3f07c;hb=3981e76bf99c0f1675472eb60e66287dc6f908b4;hp=29cf5ccf21b388bbc433aa081512ff79d3632104;hpb=09e97cf36729cd6a72ed87f97b921c2d17086b2c;p=hvlinux.git diff --git a/stage4/pkg/xterm b/stage4/pkg/xterm index 29cf5cc..5e7aed8 100644 --- a/stage4/pkg/xterm +++ b/stage4/pkg/xterm @@ -5,7 +5,7 @@ hvconfig_pre() sed -i '/v0/,+1s/new:/new:kb=^?:/' ${LFS_TMP}/${PACKAGE}/termcap echo -e '\tkbs=\\177,' >> ${LFS_TMP}/${PACKAGE}/terminfo - export TERMINFO=/usr/lib/terminfo + export TERMINFO=/usr/share/terminfo CONFIGURE_OPTS="\ ${CONFIGURE_OPTS} \ --enable-luit \ @@ -14,12 +14,8 @@ hvconfig_pre() ${XORG_CONFIG}" } -hvconfig_post() -{ - unset TERMINFO -} - hvbuild_post() { make install-ti + unset TERMINFO }