From: Hamish Guthrie Date: Fri, 28 Jan 2011 14:29:17 +0000 (+0000) Subject: [pacakges] cppunit: Correct includes copy path X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d3c40172ce0535b6e88c741445e5a252dc56303e;p=openwrt%2Fsvn-archive%2Farchive.git [pacakges] cppunit: Correct includes copy path SVN-Revision: 25199 --- diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile index 42fa3f2ccc..5a73ba6ffd 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