gimp-python: fix pycompile_dirs
This commit is contained in:
parent
b8e70c66dc
commit
7483461b98
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ gimp-devel_package() {
|
|||
gimp-python_package() {
|
||||
lib32disabled=yes
|
||||
depends="pygtk"
|
||||
pycompile_dirs="usr/lib/gimp/2.0/python"
|
||||
short_desc+=" - python bindings"
|
||||
pycompile_dirs="usr/lib/gimp/2.0"
|
||||
short_desc+=" - Python2 bindings"
|
||||
pkg_install() {
|
||||
vmove usr/lib/gimp/2.0/python
|
||||
vmove "usr/lib/gimp/2.0/plug-ins/*.py"
|
||||
|
|
Loading…
Reference in a new issue