diff options
| author | ruki <[email protected]> | 2020-09-23 22:40:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-23 22:40:52 +0800 |
| commit | 4a916f53b491c335258485738c05c764ea90c7b1 (patch) | |
| tree | 1c0be5b6ec791a1ffe0070ddd76000662af726e7 /scripts | |
| parent | a41c87fb4411b03803dde2ad1843af7446cad446 (diff) | |
fix build directory for xmake.spec
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/rpmbuild/SPECS/xmake.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rpmbuild/SPECS/xmake.spec b/scripts/rpmbuild/SPECS/xmake.spec index f3a6ef99a..9ab4ad2f1 100644 --- a/scripts/rpmbuild/SPECS/xmake.spec +++ b/scripts/rpmbuild/SPECS/xmake.spec @@ -31,6 +31,7 @@ cd xmake-v%{version} git submodule update --init %build +cd xmake-v%{version} make build %install |
