Skip to content

Commit

Permalink
Updated path for e2sar.pc
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivas9804 authored Jan 31, 2025
1 parent 6876cdd commit c13e194
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/distroRocky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,17 @@ jobs:
echo Updating pkgconfig files prefix from ${IDIR} to ${{ env.FINAL_INSTALL }}
for file in `ls -1 ${IDIR}/lib/pkgconfig`; do sed -i "s|${IDIR}|${{ env.FINAL_INSTALL }}|g" ${IDIR}/lib/pkgconfig/${file}; done
echo Updating E2SAR pkgconfig
sed -i "s|${IDIR}|${{ env.FINAL_INSTALL }}|g" ${IDIR}/lib/x86_64-linux-gnu/pkgconfig/e2sar.pc
sed -i "s|${IDIR}|${{ env.FINAL_INSTALL }}|g" ${IDIR}/lib64/pkgconfig/e2sar.pc
- name: Package project into .deb or .rpm
- name: Package project .rpm
run: |
pushd package/ && tar -zcf ../e2sar.tar.gz usr/ && popd
fpm -s tar -t rpm -n e2sar -v ${{ env.E2SAR_VER }} --prefix=/ e2sar.tar.gz
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: rhel9-e2sar-${{ github.ref_name }}-${{ env.E2SAR_VER }}-package
name: rocky9-e2sar-${{ github.ref_name }}-${{ env.E2SAR_VER }}-package
path: |
*.deb
*.rpm

0 comments on commit c13e194

Please sign in to comment.