diff options
| author | Karel Kočí <cynerd@email.cz> | 2020-07-23 22:41:56 +0200 | 
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2020-07-23 22:41:56 +0200 | 
| commit | 3546c4c68eb0c7e0955015977c83833dc3447f25 (patch) | |
| tree | d882c81842774c8e60613f84af9cf3dfd3dc029b | |
| parent | 572b0964999209f65a6f56617cd84c8919c94e75 (diff) | |
| download | openwrt-personal-pkgs-3546c4c68eb0c7e0955015977c83833dc3447f25.tar.gz openwrt-personal-pkgs-3546c4c68eb0c7e0955015977c83833dc3447f25.tar.bz2 openwrt-personal-pkgs-3546c4c68eb0c7e0955015977c83833dc3447f25.zip | |
base64c: fix installdev
| -rw-r--r-- | base64c/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/base64c/Makefile b/base64c/Makefile index 5f5f6d0..47f8605 100644 --- a/base64c/Makefile +++ b/base64c/Makefile @@ -44,7 +44,7 @@ CONFIGURE_ARGS += \  define Build/InstallDev  	$(INSTALL_DIR) $(1)/usr/include -	$(CP) $(PKG_BUILD_DIR)/usr/include/* $(1)/usr/include/ +	$(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/  	$(INSTALL_DIR) $(1)/usr/lib/  	$(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/ | 
