summaryrefslogtreecommitdiff
path: root/package/xproto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/xproto/Makefile')
-rw-r--r--package/xproto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/xproto/Makefile b/package/xproto/Makefile
index 5aa23ad20..d191c2108 100644
--- a/package/xproto/Makefile
+++ b/package/xproto/Makefile
@@ -14,7 +14,7 @@ include $(TOPDIR)/mk/package.mk
# workaround for makekeys compile on non-Linux systems
post-install:
- ${INSTALL_DIR} ${STAGING_DIR}/usr/include/xproto
- ${CP} ${WRKINST}/usr/include/X11 ${STAGING_DIR}/usr/include/xproto
+ ${INSTALL_DIR} ${STAGING_TARGET_DIR}/usr/include/xproto
+ ${CP} ${WRKINST}/usr/include/X11 ${STAGING_TARGET_DIR}/usr/include/xproto
include ${TOPDIR}/mk/pkg-bottom.mk