apparmor/binutils
Armin Kuster b64bf7771a apparmor: fix manpage order
It trys to create a symlink before the man pages are installed.

 ln -sf aa-status.8 /(path}/apparmor/3.0-r0/image/usr/share/man/man8/apparmor_status.8
 | ln: failed to create symbolic link '{path}/apparmor/3.0-r0/image/usr/share/man/man8/apparmor_status.8': No such file or directory

...

install -d /{path}/apparmor/3.0-r0/image/usr/share/man/man8 ; install -m 644 aa-status.8 /{path}/apparmor/3.0-r0/image/usr/share/man/man8;

MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/646
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit 37b9028499)
Signed-off-by: John Johansen <john.johansen@canonical.com>
2020-10-11 03:50:23 -07:00
..
po Launchpad automatic translations update. 2020-03-07 16:10:18 -08:00
aa-enabled.pod docs: update documentation to point bug reporting to gitlab 2020-05-05 00:10:53 -07:00
aa-exec.pod docs: update documentation to point bug reporting to gitlab 2020-05-05 00:10:53 -07:00
aa-features-abi.pod binutils: Add tool to enable extraction of the kernel features abi 2020-09-27 16:28:27 -07:00
aa-status.pod docs: update documentation to point bug reporting to gitlab 2020-05-05 00:10:53 -07:00
aa_enabled.c binutils: drop unused var in aa_enabled.c 2020-06-03 16:29:45 -07:00
aa_exec.c Error out on conflicting aa-exec parameters 2020-05-21 17:04:40 +02:00
aa_features_abi.c binutils: Add tool to enable extraction of the kernel features abi 2020-09-27 16:28:27 -07:00
aa_status.c binutils: Fix unused var warning in aa_status.c 2020-06-03 16:29:51 -07:00
cJSON.c aa-status: add json pretty printing using cJSON 2020-05-07 01:12:28 -07:00
cJSON.h aa-status: add json pretty printing using cJSON 2020-05-07 01:12:28 -07:00
Makefile apparmor: fix manpage order 2020-10-11 03:50:23 -07:00