Update the installing path.

This commit is contained in:
zhengshuxin 2023-09-11 14:47:27 +08:00
parent 3873a15da5
commit bb8d44962f
2 changed files with 2 additions and 2 deletions

View File

@ -169,6 +169,6 @@ clean:
rm -f $(PROG)
rm -f $(OBJ)
install:
cp $(PROG) ../../../dist/master/libexec/$(RPATH)/
cp $(PROG) ../../../dist/master/sbin/$(RPATH)/
cp $(PROG).cf ../../../dist/master/conf/service/
###########################################################

View File

@ -181,6 +181,6 @@ clean:
rm -f $(PROG)
rm -f $(OBJ)
install:
cp $(PROG) ../../../dist/master/libexec/$(RPATH)/
cp $(PROG) ../../../dist/master/sbin/$(RPATH)/
cp $(PROG).cf ../../../dist/master/conf/service/
###########################################################