mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
profile.mk: Fix automatically generated path-xxx.sh
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
33a40ccc3e
commit
982f9490f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue