diff --git a/Apps/amarok/amarok.SlackBuild b/Apps/amarok/amarok.SlackBuild index e3344f8..598ce2e 100755 --- a/Apps/amarok/amarok.SlackBuild +++ b/Apps/amarok/amarok.SlackBuild @@ -128,14 +128,7 @@ if [ "$P1" == "--download" ]; then fi cd $TMP/tmp-$PRGNAM -echo "Extracting the source archive(s) for $PRGNAM..." -if $(file ${SOURCE} | grep -qi ": 7-zip"); then - 7za x ${SOURCE} -elif $(file ${SOURCE} | grep -qi ": zip"); then - unzip ${SOURCE} -else - tar -xvf ${SOURCE} -fi +bsdtar -xvf ${SOURCE} cd applications cd ${PRGNAM}