--- trunk/include/kde4.sminc 2014/03/12 16:50:25 21143 +++ trunk/include/kde4.sminc 2014/11/10 10:19:29 23309 @@ -21,7 +21,10 @@ : ${PCAT="kde-base"} if [[ -z ${SRCFILE} ]] then - if [[ ${PVER//.} -ge 483 ]] + if [[ ${PVER%%.*} = 0 ]] + then + KDE4_TARBALL_EXTENSION="tar.bz2" + elif [[ ${PVER//.} -ge 483 ]] then KDE4_TARBALL_EXTENSION="tar.xz" else