From f357350e2ab40ea5c807202143cbcc9c8fb56c5f Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 1 Dec 2015 10:32:21 -0500 Subject: [PATCH] [RM-13934] remove no longer supported @ char from debian/rules Signed-off-by: Alfredo Deza --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index b46b956..3b877fa 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 -@export DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib=/usr/share/ceph-deploy +export DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib=/usr/share/ceph-deploy %: dh $@ --buildsystem python_distutils --with python2 -- 2.47.3