mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/system76-power: Fix github tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3aea18a9ca
commit
31d40d5ec2
1 changed files with 3 additions and 0 deletions
|
@ -132,6 +132,9 @@ mkdir vendor
|
|||
CRATE_FILE=$CWD/pop-os-sysfs-class-0.1.3-1-gab63e7f.tar.gz
|
||||
fi
|
||||
mkdir $dep-$ver
|
||||
if [ "$dep" = "sysfs-class" ] ; then
|
||||
CRATE_FILE=$CWD/pop-os-$dep-$ver-1-gab63e7f.tar.gz
|
||||
fi
|
||||
tar xvf $CRATE_FILE -C $dep-$ver --strip-components=1
|
||||
cksum="null"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue