Browse Source

pps-tools: use INSTALL_DATA instead of CP

Signed-off-by: Wolfgang Breyha <wbreyha@gmx.net>
lilik-openwrt-22.03
Wolfgang Breyha 5 years ago
committed by Josef Schlehofer
parent
commit
827969027a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/pps-tools/Makefile

+ 1
- 1
utils/pps-tools/Makefile 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


Loading…
Cancel
Save