index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@openwrt.org>
2016-01-20 19:36:14 +0000
committer
Felix Fietkau <nbd@openwrt.org>
2016-01-20 19:36:14 +0000
commit
dcdcbdd50e56e56a0cd8f9dff3618bbe0aeae094
(
patch
)
tree
fcad3dded8a2f56c9ba58c3213d8e62fff0c24df
parent
808803f6aefd85fa1136c03cd219902853a41535
(
diff
)
gettext: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48406
Diffstat
-rw-r--r--
package/libs/gettext/Makefile
8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libs/gettext/Makefile b/package/libs/gettext/Makefile
index 442eceff43..093be1d0dc 100644
--- a/
package/libs/gettext/Makefile
+++ b/
package/libs/gettext/Makefile
@@ -52,11 +52,11 @@ define Host/Compile
endef
define Host/Install
- $(INSTALL_DIR) $(STAGING_DIR_HOST)/include
- $(INSTALL_DATA) ./src/include/libintl.h $(STAGING_DIR_HOST)/include/
+ $(INSTALL_DIR) $(STAGING_DIR)/host/include
+ $(INSTALL_DATA) ./src/include/libintl.h $(STAGING_DIR)/host/include/
- $(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal
- $(INSTALL_DATA) ./src/m4/* $(STAGING_DIR_HOST)/share/aclocal/
+ $(INSTALL_DIR) $(STAGING_DIR)/host/share/aclocal
+ $(INSTALL_DATA) ./src/m4/* $(STAGING_DIR)/host/share/aclocal/
endef
define Package/libintl/install