Browse Source

pgen is not automatically installed

Waldemar Brodkorb 10 years ago
parent
commit
2cb5bb7b74
1 changed files with 4 additions and 0 deletions
  1. 4 0
      package/python2/Makefile

+ 4 - 0
package/python2/Makefile

@@ -100,6 +100,10 @@ HOST_CONFIGURE_ARGS:=	--with-threads \
 			--disable-toolbox-glue \
 			--without-cxx-main
 
+hostpost-install:
+	$(INSTALL_BIN) ${WRKBUILD}/Parser/pgen \
+		$(STAGING_HOST_DIR)/usr/bin/pgen
+
 python2-install: ${INSTALL_MODS_y} ${INSTALL_MODS_m}
 	${INSTALL_DIR} ${IDIR_PYTHON2}/usr/bin ${IDIR_PYTHON2}/usr/lib
 	${INSTALL_DIR} ${IDIR_PYTHON2}/usr/lib/python2.7