From 3488f11a8a4c20b8035c08f0a06450ca06f70b70 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Wed, 16 Sep 2015 15:26:14 +0200 Subject: [PATCH] use short -m on install (thanks tiptronic) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e915bf1..9a05849 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ install: ot-recorder ocat mkdir -p $(DESTDIR)$(STORAGEDEFAULT)/ghash mkdir -p $(DESTDIR)$(DOCROOT) cp -R docroot/* $(DESTDIR)$(DOCROOT)/ - install --mode 0755 ot-recorder $(DESTDIR)$(INSTALLDIR)/sbin - install --mode 0755 ocat $(DESTDIR)$(INSTALLDIR)/bin + install -m 0755 ot-recorder $(DESTDIR)$(INSTALLDIR)/sbin + install -m 0755 ocat $(DESTDIR)$(INSTALLDIR)/bin # mkdir -p $(DESTDIR)/etc/systemd/system/ # install --mode 0644 etc/ot-recorder.service $(DESTDIR)/etc/systemd/system/ot-recorder.service