mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -117,7 +117,7 @@ src_install() {
|
||||
fi
|
||||
|
||||
dobashcomp bash-completion/smbinfo
|
||||
python_fix_shebang "${ED}"
|
||||
use python && python_fix_shebang "${ED}"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
||||
@@ -114,7 +114,7 @@ src_install() {
|
||||
fi
|
||||
|
||||
dobashcomp bash-completion/smbinfo
|
||||
python_fix_shebang "${ED}"
|
||||
use python && python_fix_shebang "${ED}"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
||||
Reference in New Issue
Block a user