summaryrefslogtreecommitdiff
path: root/xmake/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2023-12-20 23:59:20 +0800
committerruki <[email protected]>2023-12-20 23:59:20 +0800
commit1976625c2296c156511922d6792df6f2da8a1b23 (patch)
treec3bdcbb69c75402508dca7a8755797111aa49d8b /xmake/scripts
parent496c749bc97222b3c2607540407f4b617d02de38 (diff)
add buildcmds for srpm
Diffstat (limited to 'xmake/scripts')
-rw-r--r--xmake/scripts/xpack/srpm/srpm.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/scripts/xpack/srpm/srpm.spec b/xmake/scripts/xpack/srpm/srpm.spec
index 7c85eed34..d32052900 100644
--- a/xmake/scripts/xpack/srpm/srpm.spec
+++ b/xmake/scripts/xpack/srpm/srpm.spec
@@ -23,6 +23,7 @@ ${PACKAGE_DESCRIPTION}
%autosetup -n ${PACKAGE_PREFIXDIR} -p1
%build
+${PACKAGE_BUILDCMDS}
%install
${PACKAGE_INSTALLCMDS}