improved wording in warning messages

This commit is contained in:
Volker Grabsch 2011-05-18 14:03:44 +02:00
parent 6813dc80cc
commit 9028089f95
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ $(PKG)_URL := http://bitbucket.org/mabrand/mingw-cross-env/downloads/$($(PK
$(PKG)_DEPS := gcc libiconv gnutls
define $(PKG)_UPDATE
echo 'Warning: Update for package freetds is temporarily disabled.' >&2;
echo 'Warning: Updates are temporarily disabled for package freetds.' >&2;
echo $(freetds_VERSION)
endef
define $(PKG)_UPDATE_orig

View File

@ -14,7 +14,7 @@ $(PKG)_URL_2 := http://ftp.uni-magdeburg.de/aftp/mirror/linux/slackware/sourc
$(PKG)_DEPS := gcc freetype libpng jpeg libxml2 pthreads
define $(PKG)_UPDATE
echo 'Warning: Update for package gd is temporarily disabled.' >&2;
echo 'Warning: Updates are temporarily disabled for package gd.' >&2;
echo $(gd_VERSION)
endef
define $(PKG)_UPDATE_orig