[pkg-apparmor] [apparmor-profiles-extra] 07/09: debian/rules: use absolute path to apparmor_parser (Closes: #764726).

Intrigeri intrigeri at moszumanska.debian.org
Sun Oct 19 08:51:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository apparmor-profiles-extra.

commit d7462c5e4b1ffbd2d87a7bc0827bf6fd9208e2b6
Author: intrigeri <intrigeri at boum.org>
Date:   Sat Oct 18 20:32:36 2014 +0000

    debian/rules: use absolute path to apparmor_parser (Closes: #764726).
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 16de558..b61c412 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,5 +21,5 @@ override_dh_auto_test:
 	mkdir -p tests/local
 	set -ex && for profile in $(PROFILE_NAMES); do \
 	   touch tests/local/$$profile; \
-	   apparmor_parser --add --skip-cache --skip-kernel-load -I profiles -I tests $(PROFILES_DIR)/$$profile; \
+	   /sbin/apparmor_parser --add --skip-cache --skip-kernel-load -I profiles -I tests $(PROFILES_DIR)/$$profile; \
 	done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/apparmor-profiles-extra.git



More information about the pkg-apparmor-team mailing list