[pkg-apparmor] [apparmor-profiles-extra] 03/09: Fix logic to make pull-profile-from-ubuntu work again.

Intrigeri intrigeri at moszumanska.debian.org
Sun Oct 19 08:51:17 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 22c5d9352f2eef62a9f4112b6649e0777b30b0fc
Author: intrigeri <intrigeri at boum.org>
Date:   Sat Oct 18 18:23:41 2014 +0000

    Fix logic to make pull-profile-from-ubuntu work again.
---
 debian/scripts/pull-profile-from-ubuntu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/scripts/pull-profile-from-ubuntu b/debian/scripts/pull-profile-from-ubuntu
index 011d67b..79a15d9 100755
--- a/debian/scripts/pull-profile-from-ubuntu
+++ b/debian/scripts/pull-profile-from-ubuntu
@@ -94,7 +94,7 @@ fi
    error "pull-lp-source not found. Install the ubuntu-dev-tools package."
 
 TEMP_DIR=$(mktemp -d)
-WORK_DIR=$(readlink -f $(dirname $(dirname "$0")))
+WORK_DIR=$(readlink -f $(dirname $(dirname $(dirname "$0"))))
 PROFILES_DIR="$WORK_DIR/profiles"
 ABSTRACTIONS_DIR="$PROFILES_DIR/abstractions"
 

-- 
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