mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
doc: fix opensuse install method.
This commit is contained in:
parent
952f74b7c4
commit
553fc5e8bc
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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**
|
||||
|
|
Loading…
Reference in a new issue