Skip to content

Commit

Permalink
qbittorrent: hide bsdtar usage
Browse files Browse the repository at this point in the history
  • Loading branch information
sgn committed Jul 28, 2023
1 parent 3c7725d commit 63f752e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/qbittorrent/template
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 63f752e

Please sign in to comment.