diff options
| author | ruki <[email protected]> | 2023-12-20 23:59:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-12-20 23:59:20 +0800 |
| commit | 1976625c2296c156511922d6792df6f2da8a1b23 (patch) | |
| tree | c3bdcbb69c75402508dca7a8755797111aa49d8b /xmake/scripts | |
| parent | 496c749bc97222b3c2607540407f4b617d02de38 (diff) | |
add buildcmds for srpm
Diffstat (limited to 'xmake/scripts')
| -rw-r--r-- | xmake/scripts/xpack/srpm/srpm.spec | 1 |
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} |
