mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[ci,rpm] fix prefix of webview.tar.bz2
This commit is contained in:
@@ -12,7 +12,7 @@ fi
|
||||
(
|
||||
cd external/webview
|
||||
mkdir -p "$RPMBUILD_BASE"
|
||||
git archive --format=tar --prefix=webview HEAD --output $RPMBUILD_BASE/webview.tar.bz2
|
||||
git archive --format=tar --prefix=webview/ HEAD --output $RPMBUILD_BASE/webview.tar.bz2
|
||||
)
|
||||
|
||||
git rev-parse --short HEAD >source_version
|
||||
|
||||
Reference in New Issue
Block a user