Skip to content

Commit 5623294

Browse files
committed
Change manpage installation location.
1 parent 2dc4637 commit 5623294

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cmd/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ deviceparameters:
1010
cd deviceparameters && make clean && make
1111

1212
install: deviceparameter deviceparameters
13-
install -d -m0755 /usr/local/man/man1
13+
install -d -m0755 /usr/share/man/man1
1414
install -m0755 $(MAKEFILE_LOCATION)/deviceparameter/deviceparameter /usr/bin
15-
install -m0664 $(MAKEFILE_LOCATION)/deviceparameter/deviceparameter.1.gz /usr/local/man/man1
15+
install -m0664 $(MAKEFILE_LOCATION)/deviceparameter/deviceparameter.1.gz /usr/share/man/man1
1616
install -m0755 $(MAKEFILE_LOCATION)/deviceparameters/deviceparameters /usr/bin
17-
install -m0664 $(MAKEFILE_LOCATION)/deviceparameters/deviceparameters.1.gz /usr/local/man/man1
17+
install -m0664 $(MAKEFILE_LOCATION)/deviceparameters/deviceparameters.1.gz /usr/share/man/man1
1818

1919
.PHONY: deviceparameter
2020
.PHONY: deviceparameters

0 commit comments

Comments
 (0)