[Buildroot] svn commit: trunk/buildroot/package/ncurses

aldot at uclibc.org aldot at uclibc.org
Mon Jun 25 16:35:24 UTC 2007


Author: aldot
Date: 2007-06-25 09:35:23 -0700 (Mon, 25 Jun 2007)
New Revision: 18932

Log:
- fix typo in previous commit


Modified:
   trunk/buildroot/package/ncurses/ncurses.mk


Changeset:
Modified: trunk/buildroot/package/ncurses/ncurses.mk
===================================================================
--- trunk/buildroot/package/ncurses/ncurses.mk	2007-06-25 15:38:03 UTC (rev 18931)
+++ trunk/buildroot/package/ncurses/ncurses.mk	2007-06-25 16:35:23 UTC (rev 18932)
@@ -104,7 +104,7 @@
 	touch -c $@
 
 $(TARGET_DIR)/lib/libncurses.so.$(NCURSES_VER): $(STAGING_DIR)/usr/lib/libncurses.a
-	cp -dpf $(NCURSES_DIR)/lib/libncurses.so* $(TARGET_DIR)/usr/lib/
+	cp -dpf $(NCURSES_DIR)/lib/libncurses.so* $(TARGET_DIR)/lib/
 	-cp -dpf $(STAGING_DIR)/usr/lib/terminfo $(TARGET_DIR)/usr/lib/
 	mkdir -p $(TARGET_DIR)/usr/share/terminfo/x
 	cp -dpf $(STAGING_DIR)/usr/share/terminfo/x/xterm $(TARGET_DIR)/usr/share/terminfo/x




More information about the buildroot mailing list