From 982f9490f299789d04825c24449267ce257fc53c Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sat, 24 Jun 2017 17:46:39 +0000 Subject: [PATCH] profile.mk: Fix automatically generated path-xxx.sh Signed-off-by: Jan Lindemann --- make/profile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/profile.mk b/make/profile.mk index 7fb07f79..2f712dcc 100644 --- a/make/profile.mk +++ b/make/profile.mk @@ -18,7 +18,7 @@ install: install_files_PROFILE clean: allclean localclean doneclean textclean clean.profile path-%.sh: - @echo "export \$$PATH=\$$PATH:$(INSTALL_EXEDIR)" > $@.tmp + @echo "export PATH=\$$PATH:$(INSTALL_EXEDIR)" > $@.tmp mv $@.tmp $@ clean.profile: /bin/bash $(MOD_SCRIPT_DIR)/scm.sh clean -f $(PROFILE)