From 07c6d18805f6af94461f6a92f8ff3e2215d9acbb Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Mon, 28 Jul 2008 15:55:23 +0200 Subject: [PATCH] jobs/shlib.sh -> shlib.sh --- install.sh | 2 +- jobs/shlib.sh => shlib.sh | 0 update-hook | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename jobs/shlib.sh => shlib.sh (100%) diff --git a/install.sh b/install.sh index ed0ea1b..30860cb 100755 --- a/install.sh +++ b/install.sh @@ -17,7 +17,7 @@ perl -I. -M$GIROCCO_CONF -e '' echo "*** Setting up basedir..." rm -r "$cfg_basedir" mkdir -p "$cfg_basedir" -cp -a Girocco gitweb html jobs toolbox apache.conf update-hook "$cfg_basedir" +cp -a Girocco gitweb html jobs toolbox apache.conf shlib.sh update-hook "$cfg_basedir" # Put the correct Config in place [ "$GIROCCO_CONF" = "Girocco::Config" ] || cp "$(echo "$GIROCCO_CONF" | sed 's#::#/#g; s/$/.pm/')" "$cfg_basedir/Girocco/Config.pm" diff --git a/jobs/shlib.sh b/shlib.sh similarity index 100% rename from jobs/shlib.sh rename to shlib.sh diff --git a/update-hook b/update-hook index e3747f8..1046878 100755 --- a/update-hook +++ b/update-hook @@ -30,7 +30,7 @@ fi # We are NOT inside the chroot -. "$basedir"/jobs/shlib.sh +. "$basedir"/shlib.sh if [ "$cfg_permission_control" = "Hooks" ]; then # We have some permission control to do! -- 2.11.4.GIT