git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
786d48a
)
sudo: use default host install prefix
author
Matthias Schiffer
<redacted>
Mon, 3 Oct 2016 17:06:58 +0000
(19:06 +0200)
committer
Matthias Schiffer
<redacted>
Mon, 3 Oct 2016 22:41:44 +0000
(
00:41
+0200)
Signed-off-by: Matthias Schiffer <redacted>
admin/sudo/Makefile
patch
|
blob
|
history
diff --git
a/admin/sudo/Makefile
b/admin/sudo/Makefile
index 43e92977d7552e2ab08023618a22049c92864443..05551613e7045ce5b7a964eb9c79fca9e013a35e 100644
(file)
--- a/
admin/sudo/Makefile
+++ b/
admin/sudo/Makefile
@@
-64,8
+64,8
@@
define Host/Compile
endef
define Host/Install
- $(INSTALL_DIR) $(
STAGING_DIR)/host
/bin
- $(CP) $(HOST_BUILD_DIR)/lib/util/mksig{list,name} $(
STAGING_DIR)/host
/bin/
+ $(INSTALL_DIR) $(
HOST_BUILD_PREFIX)
/bin
+ $(CP) $(HOST_BUILD_DIR)/lib/util/mksig{list,name} $(
HOST_BUILD_PREFIX)
/bin/
endef
$(eval $(call HostBuild))
git clone https://git.99rst.org/PROJECT