Improved service.

This commit is contained in:
2018-08-12 13:03:59 +00:00
parent 5c908d8530
commit d513724b0e
5 changed files with 80 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ U2FDevice: $(OBJECTS) libuECC.o libcppb64.o
install: U2FDevice
install -m775 -t /usr/bin U2FDevice
install -m775 -t /etc/systemd/system U2FDevice.service
install -m775 -t /etc/systemd/system Services/U2FDevice.service
install -d /usr/share/U2FDevice/
$(OBJ_DIR)/%.o: $(SRC_DIR)/%.cpp