From b036b53f81aae47fe845fb4aa1bda9e375c1cd65 Mon Sep 17 00:00:00 2001 From: Stephane Gonauer Date: Thu, 9 Nov 2017 10:29:32 +0100 Subject: [PATCH] build: remove setup.cfg When setup.cfg causes setuptools to try to copy nvmetcli to /usr/sbin on the host which is not possible and not wanted. Removing this script results in having nvmetcli in /usr/bin on the target which is correct for any use. Signed-off-by: Stephane Gonauer --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index ed3bf6e..0000000 --- a/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[install] -install_scripts=/usr/sbin -- 2.11.0