$NetBSD: patch-lib_ansible_modules_core_system_setup,v 1.1 2016/02/17 20:31:45 he Exp $

Fix hardcoded paths to be replaced with SUBST framework.

--- lib/ansible/modules/core/system/setup.py.orig	2015-06-25 20:39:14.000000000 +0000
+++ lib/ansible/modules/core/system/setup.py
@@ -42,7 +42,7 @@ options:
 description:
      - This module is automatically called by playbooks to gather useful
        variables about remote hosts that can be used in playbooks. It can also be
-       executed directly by C(/usr/bin/ansible) to check what variables are
+       executed directly by C(@PREFIX@/bin/ansible) to check what variables are
        available to a host. Ansible provides many I(facts) about the system,
        automatically.
 notes:
