diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index c5067b733ac481..87d58e8a502e16 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -22,8 +22,8 @@ CXXFLAGS=-std=gnu++17 do_extract() { local n=${pkgname}-${version} mkdir -p build-nox build-x11 - bsdtar xf ${XBPS_SRCDISTDIR}/${n}/${n}.tar.xz --strip-components=1 -C build-x11 - bsdtar xf ${XBPS_SRCDISTDIR}/${n}/${n}.tar.xz --strip-components=1 -C build-nox + vsrcextract -C build-x11 ${n}.tar.xz + vsrcextract -C build-nox ${n}.tar.xz } do_configure() {