Fixed Makefile and build systems to include man-pages. Added Alt-linux workflow. Fix rpm spec-file #3

Merged
zx merged 21 commits from zx into master 2025-04-16 10:36:34 +03:00
Showing only changes of commit 5a49ebdfe5 - Show all commits

View File

@ -34,6 +34,8 @@ jobs:
run: |
tar -cvzf ../bforce-${{ env.BFORCE_VER }}.tar.gz -C ${{ env.GITHUB_WORKSPACE }}/.. bforce
cp -v ${{ env.GITHUB_WORKSPACE }}/rpm/bforce.spec ../
echo '-------------------------------------------------------'
pwd
ls ../
sed -i 's/^# %setup/%setup/' ../bforce.spec
- name: Building buildtree