diff options
author | Kefu Chai <kchai@redhat.com> | 2018-08-08 18:50:00 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2018-08-09 14:19:34 +0200 |
commit | 004713eaddca9ef26a4ab9cb8da5de5cb4a21213 (patch) | |
tree | d9a26e493aac5ffbcec1f4d141a199e2830ab594 /debian/cephfs-shell.install | |
parent | cmake: install script and egg-info files of cephfs-shell (diff) | |
download | ceph-004713eaddca9ef26a4ab9cb8da5de5cb4a21213.tar.xz ceph-004713eaddca9ef26a4ab9cb8da5de5cb4a21213.zip |
tools/cephfs,deb: package cephfs-shell
change `#!/usr/bin/env python3` to `#!/usr/bin/python3` as per
https://www.debian.org/doc/packaging-manuals/python-policy/programs.html#interpreter-directive
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'debian/cephfs-shell.install')
-rw-r--r-- | debian/cephfs-shell.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/cephfs-shell.install b/debian/cephfs-shell.install new file mode 100644 index 00000000000..4713a81b115 --- /dev/null +++ b/debian/cephfs-shell.install @@ -0,0 +1,2 @@ +usr/bin/cephfs-shell +usr/lib/python3*/dist-packages/cephfs_shell-*.egg-info |