summaryrefslogtreecommitdiff
path: root/xmake/scripts/xpack
diff options
context:
space:
mode:
authorruki <[email protected]>2023-12-18 22:56:00 +0800
committerruki <[email protected]>2023-12-18 22:56:00 +0800
commitfed3489600cad1bba8250fbdce1834a2cfd9a24b (patch)
treeb9b7d657dab855270520b6605f9c125581994546 /xmake/scripts/xpack
parent87b810834869fa1ee94699b5d890a20db40af44a (diff)
update installcmds
Diffstat (limited to 'xmake/scripts/xpack')
-rw-r--r--xmake/scripts/xpack/srpm/srpm.spec3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake/scripts/xpack/srpm/srpm.spec b/xmake/scripts/xpack/srpm/srpm.spec
index 7074cc611..36c2db90d 100644
--- a/xmake/scripts/xpack/srpm/srpm.spec
+++ b/xmake/scripts/xpack/srpm/srpm.spec
@@ -22,10 +22,9 @@ ${PACKAGE_DESCRIPTION}
%autosetup -n %{name}-%{version} -p1
%build
-xmake
%install
-xmake install
+${PACKAGE_INSTALLCMDS}
%check