diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-18 21:15:02 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-18 21:15:02 +0000 |
commit | c74a98f414fb5806ccc5c9c14664504768f39ec2 (patch) | |
tree | 349b52bef4df54ceace837dec414644a8721d4be /ncurses/ncurses_5.4.oe | |
parent | 18530a7dcda5f159a70700818fdc8b3c2f0a6941 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.nexus.co.uk:/home/pb/oe/oe-packages
2004/10/18 22:12:34+01:00 nexus.co.uk!pb
unbreak ncurses-native after br1 hack attack
BKrev: 417432569EVnvw7RC52BZORGIIGUKA
Diffstat (limited to 'ncurses/ncurses_5.4.oe')
-rw-r--r-- | ncurses/ncurses_5.4.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ncurses/ncurses_5.4.oe b/ncurses/ncurses_5.4.oe index 03a384eae3..7cfd0ed12f 100644 --- a/ncurses/ncurses_5.4.oe +++ b/ncurses/ncurses_5.4.oe @@ -51,7 +51,9 @@ do_stage () { ln -sf curses.h ${STAGING_INCDIR}/ncurses.h } -do_install_append() { +do_install() { + autotools_do_install + # include some basic terminfo files # stolen ;) from gentoo and modified a bit for x in ansi console dumb linux rxvt screen sun vt{52,100,102,200,220} xterm-color xterm-xfree86 |