mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +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`
|
In `dists/apparmor.d.spec`, replace `%make_build` by `make enforce`
|
||||||
```diff
|
```diff
|
||||||
- %make_build
|
- %make_build
|
||||||
+ make enforce
|
+ %make_build enforce
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Partial install
|
#### Partial install
|
||||||
|
|
|
@ -52,7 +52,7 @@ override_dh_auto_build:
|
||||||
In `dists/apparmor.d.spec`, replace `%make_build` by `make full`
|
In `dists/apparmor.d.spec`, replace `%make_build` by `make full`
|
||||||
```diff
|
```diff
|
||||||
- %make_build
|
- %make_build
|
||||||
+ make full
|
+ %make_build full
|
||||||
```
|
```
|
||||||
|
|
||||||
**Partial install**
|
**Partial install**
|
||||||
|
|
Loading…
Reference in a new issue