0
0
mirror of https://github.com/hufrea/byedpi.git synced 2025-07-01 02:53:03 +00:00

set install mode to 755

This commit is contained in:
Trevor Arjeski 2024-09-10 23:07:03 +03:00
parent f3ac489818
commit bfc4e61e48
No known key found for this signature in database
GPG Key ID: A52D68794EBED758

View File

@ -29,4 +29,4 @@ clean:
install: $(TARGET)
mkdir -p $(INSTALL_DIR)
install $(TARGET) $(INSTALL_DIR)
install -m 755 $(TARGET) $(INSTALL_DIR)