summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_mock.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-07 19:58:49 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-07 19:58:49 +0100
commit50f5f1e924e48474f8dec32c4135d19fd183a3e8 (patch)
treef74d610cb8d66ce0be547e759cb4a9874d41a3a7 /bin/reproducible_setup_mock.sh
parent40b8019f210d18fdd069ae57d5a651bfafc504e1 (diff)
downloadjenkins.debian.net-50f5f1e924e48474f8dec32c4135d19fd183a3e8.tar.xz
reproducible fedora: try harder to configure mock correctly
Diffstat (limited to 'bin/reproducible_setup_mock.sh')
-rwxr-xr-xbin/reproducible_setup_mock.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_setup_mock.sh b/bin/reproducible_setup_mock.sh
index c404eecb..711d2d9f 100755
--- a/bin/reproducible_setup_mock.sh
+++ b/bin/reproducible_setup_mock.sh
@@ -19,5 +19,5 @@ DISTRO=$1
ARCHITECTURE=$2
echo "$(date -u) - starting to configure mock for ${DISTRO} on ${ARCHITECTURE} now."
-sudo mock -r ${DISTRO}-${ARCHITECTURE} --init
+sudo /usr/bin/mock -r ${DISTRO}-${ARCHITECTURE} --init
echo "$(date -u) - mock configured for ${DISTRO} on ${ARCHITECTURE} now."