net-fs/cifs-utils: fix build (more) w/ USE=-python

Bug: https://bugs.gentoo.org/856763
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-07-07 06:20:04 +01:00
parent bf90ad3e2a
commit 2ae6c02503
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ src_install() {
fi
dobashcomp bash-completion/smbinfo
python_fix_shebang "${ED}"
use python && python_fix_shebang "${ED}"
}
pkg_postinst() {

View File

@@ -114,7 +114,7 @@ src_install() {
fi
dobashcomp bash-completion/smbinfo
python_fix_shebang "${ED}"
use python && python_fix_shebang "${ED}"
}
pkg_postinst() {