1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

makepkg: remove obsolete comment

Behaviour changed in commit dce82f9d.

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2015-11-23 11:01:17 +10:00
parent c26e5b81e5
commit ef1fb0ef81

View File

@ -2149,7 +2149,6 @@ if (( SOURCEONLY )); then
fi
if (( NODEPS || ( VERIFYSOURCE && !DEP_BIN ) )); then
# no warning message needed for nobuild
if (( NODEPS )); then
warning "$(gettext "Skipping dependency checks.")"
fi