[pacakges] cppunit: Correct includes copy path
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25199 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3fc4497eb0
commit
5371fc734b
@ -31,7 +31,7 @@ endef
|
|||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
echo InstallDev installing to $(1)
|
echo InstallDev installing to $(1)
|
||||||
$(INSTALL_DIR) $(1)/usr/include/cppunit
|
$(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
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
$(CP) $(PKG_BUILD_DIR)/src/cppunit/.libs/libcppunit*so* $(1)/usr/lib/
|
$(CP) $(PKG_BUILD_DIR)/src/cppunit/.libs/libcppunit*so* $(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user