mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sci-libs/libsvm: Use 'python_newscript' instead of 'python_doscript'
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -83,8 +83,7 @@ src_install() {
|
||||
|
||||
local t
|
||||
for t in tools/*.py; do
|
||||
mv ${t} svm-$(basename ${t} .py) || die
|
||||
python_doscript svm-$(basename ${t} .py)
|
||||
python_newscript ${t} svm-$(basename ${t} .py)
|
||||
done
|
||||
|
||||
newdoc tools/README README.tools
|
||||
|
||||
Reference in New Issue
Block a user