summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2020-09-27 09:30:03 +0800
committerruki <[email protected]>2020-09-27 09:30:03 +0800
commit34e395ad9281d17382b1d1c5a4e7828a259720f0 (patch)
treef140a80eb68917d7749e4bf9555b805ed1b018ad /scripts
parentf3d155b4d305142157f17a6b15c29b88f3d525b8 (diff)
remove xmake root for xmake.spec
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rpmbuild/SPECS/xmake.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rpmbuild/SPECS/xmake.spec b/scripts/rpmbuild/SPECS/xmake.spec
index 51c27a9c2..7771bfb10 100644
--- a/scripts/rpmbuild/SPECS/xmake.spec
+++ b/scripts/rpmbuild/SPECS/xmake.spec
@@ -1,4 +1,4 @@
-%define xmake_revision efcbfbb854270cb212c39bfd377846e59c65c951
+%define xmake_revision dev
%define tbox_revision f4970bcd0fcc05b09742452a4b3b3d2d1055569d
%define sv_revision 9a3cf7c8e589de4f70378824329882c4a047fffc
%define lua_cjson_revision 515bab6d6d80b164b94db73af69609ea02f3a798
@@ -68,7 +68,7 @@ cp -p README.md %{buildroot}%{_datadir}
cp -p LICENSE.md %{buildroot}%{_datadir}
%check
-XMAKE_ROOT=y %{buildroot}%{_bindir}/%{name} --version
+%{buildroot}%{_bindir}/%{name} --version
%files
%{_bindir}/%{name}