pps-tools: use INSTALL_DATA instead of CP

Signed-off-by: Wolfgang Breyha <wbreyha@gmx.net>
This commit is contained in:
Wolfgang Breyha 2019-10-21 14:09:29 +02:00 committed by Josef Schlehofer
parent bbd66b26e4
commit 827969027a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include/sys
$(CP) $(PKG_BUILD_DIR)/timepps.h $(1)/usr/include/sys/
$(INSTALL_DATA) $(PKG_BUILD_DIR)/timepps.h $(1)/usr/include/sys/
endef
define Package/pps-tools/install