Skip to content

Commit

Permalink
snapcraft: apparmor: Stage pkgconfig libapparmor.pc for liblxc
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
  • Loading branch information
tomponline committed Nov 13, 2024
1 parent 2c9c9d2 commit 5f2d978
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1256,6 +1256,8 @@ parts:
cp /sbin/apparmor_parser "${SNAPCRAFT_PART_INSTALL}/bin/"
mkdir "${SNAPCRAFT_PART_INSTALL}/lib"
cp /lib/libapparmor.so* "${SNAPCRAFT_PART_INSTALL}/lib/"
mkdir "${SNAPCRAFT_PART_INSTALL}/lib/pkgconfig"
cp /lib/pkgconfig/libapparmor.pc "${SNAPCRAFT_PART_INSTALL}/lib/pkgconfig/"
set +ex
prime:
Expand Down

0 comments on commit 5f2d978

Please sign in to comment.