Disable root

This commit is contained in:
geos_one 2025-08-09 14:18:24 +02:00
parent 5cdf5bbf90
commit 0c709866fa

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)/$(PRODUCT) -t $(BIN_DIR)
install -Dm755 $(SRC_DIR)/amtool -t $(BIN_DIR)