shortcut-fe: fix install header files

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2022-12-01 19:25:07 +08:00
parent 956d45fcf2
commit 017644efa0

View File

@@ -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