diff options
| author | ruki <[email protected]> | 2020-09-23 22:44:50 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-23 22:44:50 +0800 |
| commit | 9c80f8a0834c5f95890f2fee92f71d0053925364 (patch) | |
| tree | 179450e897cd752650eba48aacca12d5d99c4dd5 | |
| parent | 4a916f53b491c335258485738c05c764ea90c7b1 (diff) | |
fix xmake.spec
| -rw-r--r-- | scripts/rpmbuild/SPECS/xmake.spec | 2 | ||||
| -rw-r--r--[-rwxr-xr-x] | xmake/modules/detect/sdks/find_vstudio.lua | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | xmake/plugins/project/main.lua | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | xmake/plugins/project/vstudio/impl/vs201x_vcxproj_filters.lua | 0 |
4 files changed, 2 insertions, 0 deletions
diff --git a/scripts/rpmbuild/SPECS/xmake.spec b/scripts/rpmbuild/SPECS/xmake.spec index 9ab4ad2f1..29bab54e0 100644 --- a/scripts/rpmbuild/SPECS/xmake.spec +++ b/scripts/rpmbuild/SPECS/xmake.spec @@ -35,6 +35,7 @@ cd xmake-v%{version} make build %install +cd xmake-v%{version} mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_datadir} cp -r xmake %{buildroot}%{_datadir}/%{name} @@ -48,6 +49,7 @@ chmod 755 %{buildroot}%{_bindir}/%{name} rm -rf %{buildroot} %files +cd xmake-v%{version} %{_bindir}/%{name} %{_datadir}/%{name} %doc README.md diff --git a/xmake/modules/detect/sdks/find_vstudio.lua b/xmake/modules/detect/sdks/find_vstudio.lua index ea651845b..ea651845b 100755..100644 --- a/xmake/modules/detect/sdks/find_vstudio.lua +++ b/xmake/modules/detect/sdks/find_vstudio.lua diff --git a/xmake/plugins/project/main.lua b/xmake/plugins/project/main.lua index 626db6e17..626db6e17 100755..100644 --- a/xmake/plugins/project/main.lua +++ b/xmake/plugins/project/main.lua diff --git a/xmake/plugins/project/vstudio/impl/vs201x_vcxproj_filters.lua b/xmake/plugins/project/vstudio/impl/vs201x_vcxproj_filters.lua index b1fc97929..b1fc97929 100755..100644 --- a/xmake/plugins/project/vstudio/impl/vs201x_vcxproj_filters.lua +++ b/xmake/plugins/project/vstudio/impl/vs201x_vcxproj_filters.lua |
