From ac46e350e174e78a55a348eda775665ae0eb3277 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 Mar 2012 12:07:28 +0100 Subject: update gcc, glibc and fix build breakage --- package/vte/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/vte/Makefile') diff --git a/package/vte/Makefile b/package/vte/Makefile index 58c1b9dc2..a37d8fab0 100644 --- a/package/vte/Makefile +++ b/package/vte/Makefile @@ -28,10 +28,10 @@ vte-install: $(INSTALL_BIN) $(WRKINST)/usr/bin/vte $(IDIR_VTE)/usr/bin vte-dev-install: - $(INSTALL_DIR) $(IDIR_VTE)/usr/include - $(CP) $(WRKINST)/usr/include/* $(IDIR_VTE)/usr/include - $(INSTALL_DIR) $(IDIR_VTE)/usr/lib/pkgconfig + $(INSTALL_DIR) $(IDIR_VTE_DEV)/usr/include + $(CP) $(WRKINST)/usr/include/* $(IDIR_VTE_DEV)/usr/include + $(INSTALL_DIR) $(IDIR_VTE_DEV)/usr/lib/pkgconfig $(CP) $(WRKINST)/usr/lib/pkgconfig/*.pc \ - $(IDIR_VTE)/usr/lib/pkgconfig + $(IDIR_VTE_DEV)/usr/lib/pkgconfig include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3