From 017644efa074e14035eaac48b29964191e372576 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Thu, 1 Dec 2022 19:25:07 +0800 Subject: [PATCH] shortcut-fe: fix install header files Signed-off-by: Tianling Shen --- package/network/utils/shortcut-fe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/utils/shortcut-fe/Makefile b/package/network/utils/shortcut-fe/Makefile index 27fbdbfbe2..eba327668c 100644 --- a/package/network/utils/shortcut-fe/Makefile +++ b/package/network/utils/shortcut-fe/Makefile @@ -71,7 +71,7 @@ endef define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/shortcut-fe - $(CP) $(PKG_BUILD_DIR)/sfe.h $(1)/usr/include/shortcut-fe + $(CP) $(PKG_BUILD_DIR)/sfe*.h $(1)/usr/include/shortcut-fe endef define KernelPackage/shortcut-fe/install