Fix manifest_tail computation.

This commit is contained in:
Colin Watson 2014-10-13 18:41:23 +01:00
parent 448c8f9fc0
commit 68e78ecd52

View File

@ -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).