diff options
Diffstat (limited to 'sysutils/hal/patches/patch-av')
-rw-r--r-- | sysutils/hal/patches/patch-av | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/hal/patches/patch-av b/sysutils/hal/patches/patch-av new file mode 100644 index 00000000000..5e66f4c14e2 --- /dev/null +++ b/sysutils/hal/patches/patch-av @@ -0,0 +1,13 @@ +$NetBSD: patch-av,v 1.1 2011/01/08 13:00:13 obache Exp $ + +--- policy/Makefile.am.orig 2009-01-21 00:14:28.000000000 +0000 ++++ policy/Makefile.am +@@ -20,7 +20,7 @@ check: + echo -n "Validate PolicyKit policy in $$f : "; \ + $(POLKIT_POLICY_FILE_VALIDATE) $(srcdir)/$$f ; \ + ret=$$?; \ +- if [ "$$ret" == "0" ]; \ ++ if [ "$$ret" = "0" ]; \ + then \ + echo ok; \ + else \ |