5
0
mirror of git://git.proxmox.com/git/lxc.git synced 2025-03-16 10:50:38 +03:00

rename static lib back to liblxc.a

See lxc commit 7d6b534386ac ("src/lxc/meson.build: fix the static library path")

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-01-19 10:06:40 +01:00
parent 12c525f3df
commit 737d0a61a4

2
debian/rules vendored
View File

@ -35,7 +35,7 @@ override_dh_fixperms:
override_dh_install:
rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/liblxc_static.a
rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/liblxc.a
dh_apparmor -p lxc-pve --profile-name=usr.bin.lxc-start
dh_apparmor -p lxc-pve --profile-name=lxc-containers
dh_install