mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
pps-tools: use INSTALL_DATA instead of CP
Signed-off-by: Wolfgang Breyha <wbreyha@gmx.net>
This commit is contained in:
committed by
Josef Schlehofer
parent
bbd66b26e4
commit
827969027a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user