mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
scripts: Fix error installing access-restricted conf files
Do conditional installation of *.conf files that are not always present due to access restrictions
This commit is contained in:
parent
45bed6fb5a
commit
52563a4859
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
install:
|
||||
install *.sh -m 755 $(HOME)/bin/
|
||||
mkdir -p $(HOME)/.jannet
|
||||
install *.conf $(HOME)/.jannet/
|
||||
if [ -f *.conf ]; then install *.conf $(HOME)/.jannet/; fi
|
||||
|
||||
clean:
|
||||
rm -rf *~ .*.swp core
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue