Fix inpxer src_unpack

This commit is contained in:
Anton Kropachev 2024-09-16 03:22:08 +03:00
parent 001e158f8d
commit 27ef1db23b
Signed by: cppmm
GPG Key ID: 10CDFDB8149D838F

View File

@ -27,12 +27,8 @@ PATCHES=(
)
src_unpack() {
if [[ ${PV} == 9999* ]]; then
git-r3_src_unpack
go-module_live_vendor
else
default
fi
git-r3_src_unpack
go-module_live_vendor
}
src_prepare() {