mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
std-tools.mk: Now mkdir -p'ing PROFILE_DIR before installing anything
This commit is contained in:
parent
a43ddd2f78
commit
da3b5cd575
1 changed files with 5 additions and 1 deletions
|
|
@ -25,7 +25,11 @@ $(PROFILE_SH): Makefile
|
|||
clean.std-tools:
|
||||
rm -f $(PROFILE_SH) *.std-tools
|
||||
|
||||
install.std-tools:
|
||||
install.std-tools: install.std-dir
|
||||
$(INSTALL) -o $(PROFILEOWNER) -g $(PROFILEGROUP) -m $(PROFILEMODE) $(PROFILE_SH) $(PROFILE_DIR)
|
||||
touch $@
|
||||
|
||||
install.std-dir:
|
||||
mkdir -p $(PROFILE_DIR)
|
||||
touch $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue