mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/uhd: Fix script typo.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
97abe96f10
commit
6e65a01e19
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf UHD-Mirror-release_$VERSION
|
||||
tar xvf $CWD/release_$VERSION.tar.gz || tar xvf $CWD/HUD-Mirror-release_$VERSION.tar.gz
|
||||
tar xvf $CWD/release_$VERSION.tar.gz || tar xvf $CWD/UHD-Mirror-release_$VERSION.tar.gz
|
||||
cd UHD-Mirror-release_$VERSION/host
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
Loading…
Reference in a new issue