diff options
Diffstat (limited to 'package/vte/Makefile')
-rw-r--r-- | package/vte/Makefile | 8 |
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 |