aboutsummaryrefslogtreecommitdiffstats
path: root/tools/vnet/vnetd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/vnet/vnetd/Makefile')
-rw-r--r--tools/vnet/vnetd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vnet/vnetd/Makefile b/tools/vnet/vnetd/Makefile
index 93e6dbce43..530284c218 100644
--- a/tools/vnet/vnetd/Makefile
+++ b/tools/vnet/vnetd/Makefile
@@ -110,7 +110,7 @@ vnetd: $(VNETD_OBJ)
.PHONY: install
install: vnetd
mkdir -p $(DESTDIR)$(VNETD_INSTALL_DIR)
- install -m 0755 vnetd $(DESTDIR)$(VNETD_INSTALL_DIR)
+ $(INSTALL_PROG) vnetd $(DESTDIR)$(VNETD_INSTALL_DIR)
.PHONY: clean
clean: