Disable root

This commit is contained in:
geos_one 2025-08-09 14:19:27 +02:00
parent ed99600d5b
commit 88fd12ca27

2
debian/rules vendored
View File

@ -25,7 +25,7 @@ build:
binary:
$(checkdir)
$(checkroot)
#$(checkroot)
mkdir -p $(DEST_DIR)/DEBIAN $(BIN_DIR) $(CONF_DIR) $(DEFAULT_DIR) $(DOCS_DIR) $(SYSD_DIR)
install -Dm755 $(SRC_DIR)/$(PACKAGE) -t $(BIN_DIR)
install -Dm644 $(SRC_DIR)/LICENSE -t $(DOCS_DIR)