summaryrefslogtreecommitdiff
path: root/base64c/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-07-23 22:21:35 +0200
committerKarel Kočí <cynerd@email.cz>2020-07-23 22:21:35 +0200
commit80cc6cf50f96fd75851cc6b75ec12e8623182e57 (patch)
tree1ea770c44fc8d33b728b817b588cb18e92347d5c /base64c/Makefile
parent276d0164a0599225949ba37305341b79bf3396cc (diff)
downloadopenwrt-personal-pkgs-80cc6cf50f96fd75851cc6b75ec12e8623182e57.tar.gz
openwrt-personal-pkgs-80cc6cf50f96fd75851cc6b75ec12e8623182e57.tar.bz2
openwrt-personal-pkgs-80cc6cf50f96fd75851cc6b75ec12e8623182e57.zip
base64c: fix InstallDev
Diffstat (limited to 'base64c/Makefile')
-rw-r--r--base64c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/base64c/Makefile b/base64c/Makefile
index 4a7fc30..13805d1 100644
--- a/base64c/Makefile
+++ b/base64c/Makefile
@@ -43,7 +43,7 @@ CONFIGURE_ARGS += \
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
- $(CP) $(PKG_BUILD_DIR)/include/* $(1)/usr/include/
+ $(CP) $(PKG_BUILD_DIR)/usr/include/* $(1)/usr/include/
$(INSTALL_DIR) $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/