Skip to content

Commit

Permalink
[debian]: Add saimetadata to libsai debian package (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pterosaur authored Oct 26, 2024
1 parent c3fd153 commit 891f406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dash-pipeline/SAI/debian/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ libsai_$(VERSION)_amd64.deb: ../lib/libsai.so
mkdir -p -m 755 libsai_$(VERSION)_amd64/usr/lib/x86_64-linux-gnu/
find -type d |xargs chmod go-w
install -vCD ../lib/libsai.so libsai_$(VERSION)_amd64/usr/lib/x86_64-linux-gnu/libsai.so
install -vCD ../SAI/meta/libsaimetadata.so libsai_$(VERSION)_amd64/usr/lib/x86_64-linux-gnu/libdashsaimetadata.so
cd libsai_$(VERSION)_amd64 && find usr -type f | xargs md5sum > DEBIAN/md5sums
dpkg-deb --build --root-owner-group libsai_$(VERSION)_amd64

Expand Down

0 comments on commit 891f406

Please sign in to comment.