Update manifest and tar

This commit is contained in:
Daniel James
2021-06-22 21:50:27 -04:00
parent b4cf6781a3
commit 4cd18d94f6
2 changed files with 2 additions and 2 deletions

View File

@@ -247,7 +247,7 @@ src_install() {
mkdir -p "${extracted_dir}"
cd "${extracted_dir}"
einfo "Extracting the package..."
tar xjpf "${S}/${obj_dir}/dist/${P}.linux-${CTARGET_default%%-*}-2.tar.bz2"
tar xjpf "${S}/${obj_dir}/dist/${P}.linux-${CTARGET_default%%-*}-3.tar.bz2"
einfo "Installing the package..."
local dest_libdir="/usr/$(get_libdir)"
mkdir -p "${D}/${dest_libdir}"