Skip to content

Commit 21c2fe4

Browse files
committed
fixes lshw name
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
1 parent 1681e6a commit 21c2fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bins/packages/lshw/lshw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies_lshw() {
1313
extract_lshw() {
1414
if [ ! -d "lshw-${LSHW_VERSION}" ]; then
1515
echo "[+] extracting: lshw-${LSHW_VERSION}"
16-
tar -xf ${DISTDIR}/lshw-${LSHW_VERSION}.tar.gz -C .
16+
tar -xf ${DISTDIR}/lshw-${LSHW_VERSION}.tar.gz -C ${WORKDIR}
1717
fi
1818
}
1919

0 commit comments

Comments
 (0)