From 668c8f965eda04629af5e90e2eeecd941244ba49 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Mon, 28 Mar 2016 16:33:56 +0200 Subject: [PATCH] script: subscription-manager support (part 3) Renaming subman.py in subman is cute but does not prevent the generation of the py[co]. Signed-off-by: Loic Dachary --- src/Makefile.am | 2 +- src/script/subman | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1d8f8bbe36e8d..fd84dd01b4eb5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -155,7 +155,7 @@ ceph_libexec_SCRIPTS = ceph_common.sh ceph-osd-prestart.sh if ENABLE_SUBMAN submandir = /etc/cron.hourly -subman_SCRIPTS = script/subman +subman_DATA = script/subman endif # tests to actually run on "make check"; if you need extra, non-test, diff --git a/src/script/subman b/src/script/subman index 9bd69c585bfa3..129e507280f17 100755 --- a/src/script/subman +++ b/src/script/subman @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python -B import json import re -- 2.39.5