File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ build() {
30
30
export CGO_CXXFLAGS=" ${CXXFLAGS} "
31
31
export CGO_LDFLAGS=" ${LDFLAGS} "
32
32
export GOFLAGS=" -buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
33
- make
33
+ make DISTRIBUTION=arch
34
34
}
35
35
36
36
package () {
Original file line number Diff line number Diff line change @@ -43,18 +43,9 @@ cd apparmor.d-git
43
43
makepkg -si
44
44
```
45
45
46
- !!! note
47
-
48
- If your Archlinux based distribution is not recognized, force it with:
49
- ```sh
50
- DISTRIBUTION=arch makepkg -si
51
- ```
52
-
53
-
54
46
55
47
## :material-ubuntu: Ubuntu & :material-debian: Debian
56
48
57
-
58
49
Build the package from sources:
59
50
``` sh
60
51
sudo apt install apparmor-profiles build-essential config-package-dev debhelper golang-go rsync git
You can’t perform that action at this time.
0 commit comments