From 22d22715ff800cb99247c722dbe48a5c37b8f05c Mon Sep 17 00:00:00 2001 From: Hamish Guthrie Date: Fri, 28 Jan 2011 14:29:17 +0000 Subject: [PATCH] cppunit: Correct includes copy path SVN-Revision: 25199 --- devel/cppunit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile index 42fa3f2cc..5a73ba6ff 100644 --- a/devel/cppunit/Makefile +++ b/devel/cppunit/Makefile @@ -31,7 +31,7 @@ endef define Build/InstallDev echo InstallDev installing to $(1) $(INSTALL_DIR) $(1)/usr/include/cppunit - $(CP) $(PKG_BUILD_DIR)/include/cppunit $(1)/usr/include/cppunit/ + $(CP) $(PKG_BUILD_DIR)/include/cppunit/* $(1)/usr/include/cppunit/ $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_BUILD_DIR)/src/cppunit/.libs/libcppunit*so* $(1)/usr/lib/ endef -- 2.30.2