From ed12435680a52430f2a98e230f55e0af41ea9392 Mon Sep 17 00:00:00 2001 From: klemek Date: Sun, 30 Aug 2026 11:32:19 +0200 Subject: [PATCH] fix: Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1bd1c5b..a8daba8 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ $(BUILD_DIR)/$(TARGET): forge-steel/src/main.c forge-steel/hashmap.c/hashmap.c f .PHONY: remove-passwd remove-passwd: - sudo passwd -d forge + sudo passwd -d $(shell whoami) .PHONY: apt-install apt-install: @@ -48,7 +48,7 @@ setup-weston: .PHONY: setup-rasp-config setup-rasp-config: sudo $(PROJECT_DIR)/line_in_file.sh "include forge-invar.txt" "/boot/firmware/config.txt" - sudo $(PROJECT_DIR)/line_in_file.sh "vc4.tv_norm=PAL" "/boot/firmware/config.txt" "vc4.tv_norm" + sudo $(PROJECT_DIR)/line_in_file.sh "vc4.tv_norm=PAL" "/boot/firmware/cmdline.txt" "vc4.tv_norm" sudo cp -f $(PROJECT_DIR)/system/config.ini /boot/firmware/forge-invar.txt .PHONY: setup-services @@ -69,7 +69,7 @@ setup-bashrc: $(PROJECT_DIR)/line_in_file.sh "make -C $(PROJECT_DIR) start-weston" "$(HOME)/.bashrc" .PHONY: install -install: remove-passwd setup-rasp-config apt-install setup-weston setup-rasp-config setup-services setup-bashrc +install: remove-passwd apt-install setup-weston setup-rasp-config setup-services setup-bashrc .PHONY: clean clean: