aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-10-17 10:48:59 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2017-10-17 10:48:59 -0700
commite09ea9a82abef11fa09319491749c7f95f4ef730 (patch)
tree0c8e205bf5568a73b97c15bb40222bca97d20367 /bin
parentUpdate README, document history of packages.g.o (diff)
downloadpackages-5-e09ea9a82abef11fa09319491749c7f95f4ef730.tar.gz
packages-5-e09ea9a82abef11fa09319491749c7f95f4ef730.tar.bz2
packages-5-e09ea9a82abef11fa09319491749c7f95f4ef730.zip
bin: fix script path.v5.0.1
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update-all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/update-all.sh b/bin/update-all.sh
index 30e9858..efa9955 100755
--- a/bin/update-all.sh
+++ b/bin/update-all.sh
@@ -6,8 +6,8 @@ else
git pull --rebase &>/dev/null
fi
-/var/www/packages.gentoo.org/update-md5.sh
-/var/www/packages.gentoo.org/update-use.sh
+/var/www/packages.gentoo.org/htdocs/bin/update-md5.sh
+/var/www/packages.gentoo.org/htdocs/bin/update-use.sh
cd /var/www/packages.gentoo.org/htdocs || exit 1
bundle exec rake kkuleomi:update:all RAILS_ENV=production &>/dev/null