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:
wei 2001-09-21 12:48:50 +00:00 committed by Jan Lindemann
commit 52563a4859

View file

@ -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