perl: Install /usr/bin/prove so test harness works

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34534 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hcg 2012-12-06 14:13:37 +00:00
parent 6011943da4
commit 3933dd1d4f

View File

@ -1466,7 +1466,9 @@ TITLE:=Test perl module
endef
define Package/perlbase-test/install
$(call perlmod/Install,$(1),Test Test.pm,Test/Harness/TAP.pod Test/Tutorial.pod)
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/prove $(1)/usr/bin/
$(call perlmod/Install,$(1),Test Test.pm,Test/Harness/TAP.pod Test/Tutorial.pod)
endef
$(eval $(call BuildPackage,perlbase-test))