From 70d472018916c27329a7dfcd0203ada207713444 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sat, 12 Oct 2024 20:55:14 +0100 Subject: [PATCH] fix(build): do not install the aa helper tool --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 6d576f8b..3aea44a7 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,6 @@ SHARE = $(shell find "${BUILD}/share" -type f -not -name "*.md" -printf "%P\n") PROFILES = $(shell find "${BUILD}/apparmor.d" -type f -printf "%P\n") DISABLES = $(shell find "${BUILD}/apparmor.d" -type l -printf "%P\n") install: - @install -Dm0755 ${BUILD}/aa ${DESTDIR}/usr/bin/aa @install -Dm0755 ${BUILD}/aa-log ${DESTDIR}/usr/bin/aa-log @for file in ${SHARE}; do \ install -Dm0644 "${BUILD}/share/$${file}" "${DESTDIR}/usr/share/$${file}"; \