From aeb7baef3150da4f68294935f504a2f010ec8b34 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Mon, 3 Nov 2014 12:18:28 +0000 Subject: [PATCH] Revert "update_check.sh: do not check packages without distfiles" This reverts commit e67c2718f2f1349b7b66484bc69d5f373cf845b0. --- common/xbps-src/shutils/update_check.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/common/xbps-src/shutils/update_check.sh b/common/xbps-src/shutils/update_check.sh index f2a633f6d7e..2a7aa983187 100644 --- a/common/xbps-src/shutils/update_check.sh +++ b/common/xbps-src/shutils/update_check.sh @@ -11,13 +11,6 @@ update_check() { export LC_ALL=C : ${update_pkgname:=$pkgname} - if [ -z "$distfiles" ]; then - if [ -n "$XBPS_UPDATE_CHECK_VERBOSE" ]; then - echo "no distfiles to check for $pkgname" - fi - return - fi - if [ -z "$update_site" ]; then printf '%s\n' "$homepage" for i in $distfiles; do