We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b7f89 commit f2fd92cCopy full SHA for f2fd92c
1 file changed
cmd/Makefile
@@ -10,6 +10,7 @@ deviceparameters:
10
cd deviceparameters && make clean && make
11
12
install: deviceparameter deviceparameters
13
+ install -d -m0755 /usr/local/man/man1
14
install -m0755 $(MAKEFILE_LOCATION)/deviceparameter/deviceparameter /usr/bin
15
install -m0664 $(MAKEFILE_LOCATION)/deviceparameter/deviceparameter.1.gz /usr/local/man/man1
16
install -m0755 $(MAKEFILE_LOCATION)/deviceparameters/deviceparameters /usr/bin
0 commit comments