mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[ci,rpm] do not append SOURCES to custom path
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
RPMBUILD_BASE="~/rpmbuild/SOURCES"
|
RPMBUILD_BASE="~/rpmbuild/SOURCES"
|
||||||
if [ $# -gt 0 ]; then
|
if [ $# -gt 0 ]; then
|
||||||
RPMBUILD_BASE="$1/SOURCES"
|
RPMBUILD_BASE="$1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d external/webview ]; then
|
if [ ! -d external/webview ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user