diff --git a/buildpkg b/buildpkg index f343501..954792e 100755 --- a/buildpkg +++ b/buildpkg @@ -77,7 +77,7 @@ getsource() { downloadsource(){ - if [ ! -e /usr/bin/wgeta ]; then + if [ ! -e /usr/bin/wget ]; then msgerr "Wget not installed." exitscript1 fi