pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ansible: Remove rax_cdb_user.py from Makefile



Module Name:	pkgsrc-wip
Committed By:	tty <matthieu%beastmail.org@localhost>
Pushed By:	tty
Date:		Mon Nov 23 15:49:23 2015 +0100
Changeset:	0de9ca804b3194ec87bf377ef8857aa8293efb1d

Modified Files:
	ansible/Makefile

Log Message:
ansible: Remove rax_cdb_user.py from Makefile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0de9ca804b3194ec87bf377ef8857aa8293efb1d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ansible/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/ansible/Makefile b/ansible/Makefile
index 362a52b..bbe917d 100755
--- a/ansible/Makefile
+++ b/ansible/Makefile
@@ -34,11 +34,11 @@ SUBST_FILES.prefix+=    lib/ansible/modules/core/system/setup.py
 SUBST_FILES.prefix+=    lib/ansible/modules/extras/database/misc/riak.py
 SUBST_FILES.prefix+=    lib/ansible/modules/extras/monitoring/nagios.py
 SUBST_FILES.prefix+=    lib/ansible/modules/extras/packaging/os/pkgin.py
-SUBST_FILES.prefix+=    lib/ansible/modules/core/cloud/rackspace/rax_cdb_user.py
 SUBST_FILES.prefix+=    plugins/README.md plugins/inventory/cobbler.py
 SUBST_FILES.prefix+=    plugins/inventory/collins.py
 SUBST_MESSAGE.prefix=   Fixing PREFIX path.
 SUBST_SED.prefix=       -e "s,@PREFIX@,${PREFIX},"
+SUBST_SED.prefix+=      -e "s,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},"
 
 SUBST_CLASSES+=         pythonbin
 SUBST_STAGE.pythonbin=  pre-configure


Home | Main Index | Thread Index | Old Index