aboutsummaryrefslogtreecommitdiffstats
path: root/ncurses
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-10-18 21:15:02 +0000
committerPhil Blundell <philb@gnu.org>2004-10-18 21:15:02 +0000
commitc74a98f414fb5806ccc5c9c14664504768f39ec2 (patch)
tree349b52bef4df54ceace837dec414644a8721d4be /ncurses
parent18530a7dcda5f159a70700818fdc8b3c2f0a6941 (diff)
downloadopenembedded-c74a98f414fb5806ccc5c9c14664504768f39ec2.tar.gz
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')
-rw-r--r--ncurses/ncurses_5.4.oe4
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