summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-15 00:26:54 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-15 00:26:54 +0200
commit8ad2e88ba6b7565da6000482aeb65c3848c69c8f (patch)
tree5bdb3f0eb69186ab81cef8df2e6fe07c1d04f287 /update_jdn.sh
parentf1fe5eb90e590ac537efc3f51b4404cc99c707d5 (diff)
downloadjenkins.debian.net-8ad2e88ba6b7565da6000482aeb65c3848c69c8f.tar.xz
actually deploy files in hosts/*/usr/local
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 9dd6a3f8..dbc50a69 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -263,10 +263,11 @@ if [ -f /etc/debian_version ] ; then
fi
#
-# deploy package configuration in /etc
+# deploy package configuration in /etc and /usr/local/
#
cd $BASEDIR
sudo cp --preserve=mode,timestamps -r hosts/$HOSTNAME/etc/* /etc
+sudo cp --preserve=mode,timestamps -r hosts/$HOSTNAME/usr/local/* /usr/local/
#
# more configuration than a simple cp can do