Disable root

This commit is contained in:
geos_one 2025-08-09 14:17:41 +02:00
parent 7b8766057f
commit 33e61ac0ca

2
debian/rules vendored
View File

@ -26,7 +26,7 @@ build:
binary:
$(checkdir)
$(checkroot)
# $(checkroot)
mkdir -p $(DEST_DIR)/DEBIAN $(BIN_DIR) $(CONF_DIR) $(DEFAULT_DIR) $(DOCS_DIR) $(SYSD_DIR) $(SHARE_DIR)
install -Dm755 $(SRC_DIR)/$(PRODUCT) -t $(BIN_DIR)
install -Dm755 $(SRC_DIR)/promtool -t $(BIN_DIR)