doc: fix opensuse install method.

This commit is contained in:
Alexandre Pujol 2024-02-01 18:43:08 +00:00
parent 952f74b7c4
commit 553fc5e8bc
Failed to generate hash of commit
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ override_dh_auto_build:
In `dists/apparmor.d.spec`, replace `%make_build` by `make enforce`
```diff
- %make_build
+ make enforce
+ %make_build enforce
```
#### Partial install

View file

@ -52,7 +52,7 @@ override_dh_auto_build:
In `dists/apparmor.d.spec`, replace `%make_build` by `make full`
```diff
- %make_build
+ make full
+ %make_build full
```
**Partial install**