mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
Fix manifest_tail computation.
This commit is contained in:
parent
448c8f9fc0
commit
68e78ecd52
@ -21,7 +21,8 @@ for manifest in /var/lib/apparmor/clicks/*; do
|
||||
# FIXME: if this code survives for very long, it should probably be
|
||||
# rewritten using click's Python bindings
|
||||
pkgdir="$(click pkgdir "$manifest")"
|
||||
manifest_tail="${manifest#$pkgdir}"
|
||||
manifest_real="$(readlink -f "$manifest")"
|
||||
manifest_tail="${manifest_real#$pkgdir}"
|
||||
# Does this package exist in the custom tarball? If so, move its
|
||||
# profiles there (if it only exists in custom) or copy them (if it
|
||||
# also exists in core).
|
||||
|
Loading…
x
Reference in New Issue
Block a user