From c74a98f414fb5806ccc5c9c14664504768f39ec2 Mon Sep 17 00:00:00 2001
From: Phil Blundell <philb@gnu.org>
Date: Mon, 18 Oct 2004 21:15:02 +0000
Subject: 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
---
 ncurses/ncurses_5.4.oe | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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
-- 
cgit v1.2.3