Skip to content

Commit

Permalink
Fix pkgconfig path in deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Aug 12, 2024
1 parent b35cfe8 commit 8ca5a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/libopenfec-dev.install
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/dh-exec
usr/include/openfec usr/include
usr/share/pkgconfig/openfec.pc usr/share/pkgconfig
usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/openfec.pc usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig
usr/lib/${DEB_HOST_MULTIARCH}/libopenfec.so usr/lib/${DEB_HOST_MULTIARCH}

0 comments on commit 8ca5a76

Please sign in to comment.