summaryrefslogtreecommitdiff
path: root/package/vte/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-03-24 12:07:28 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2012-03-24 12:07:28 +0100
commitac46e350e174e78a55a348eda775665ae0eb3277 (patch)
tree5574ba5e9a7108554683edb25bcd4b99599b8fa7 /package/vte/Makefile
parent89aa2adc650176b493075e1d8e64f1b6cc635d90 (diff)
update gcc, glibc and fix build breakage
Diffstat (limited to 'package/vte/Makefile')
-rw-r--r--package/vte/Makefile8
1 files changed, 4 insertions, 4 deletions
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