summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-21 14:28:10 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-21 14:28:10 +0200
commit3bc77450b7b12e539777da7a81d1f5f2fdd6a5bb (patch)
tree8244832f16ec9cacf5cc0d4825cd83ef8c41dcd3 /update_jdn.sh
parent8b6779c28e6fc770764addc84efc6a0f70558660 (diff)
downloadjenkins.debian.net-3bc77450b7b12e539777da7a81d1f5f2fdd6a5bb.tar.xz
minor cleanup
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 550e862b..97293df3 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -526,11 +526,11 @@ if [ -f /etc/debian_version ] ; then
fi
#
-# deploy package configuration in /etc and /usr/local/
+# deploy package configuration in /etc and /usr
#
cd $BASEDIR
sudo cp --preserve=mode,timestamps -r hosts/$HOSTNAME/etc/* /etc
-sudo cp --preserve=mode,timestamps -r hosts/$HOSTNAME/usr/* /usr/
+sudo cp --preserve=mode,timestamps -r hosts/$HOSTNAME/usr/* /usr
#
# more configuration than a simple cp can do