xfconf: fix installation.
This commit is contained in:
parent
78af1d9d75
commit
8d2d51897c
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ xfconf-perl_package() {
|
|||
depends="perl-Glib>=1.242_1"
|
||||
short_desc="${short_desc} - perl bindings"
|
||||
pkg_install() {
|
||||
vmove usr/lib/perl5 usr/lib
|
||||
vmove usr/share/man usr/share
|
||||
vmove usr/lib/perl5
|
||||
vmove usr/share/man
|
||||
find ${PKGDESTDIR}/usr/lib/perl5 -type f \
|
||||
-name perllocal.pod -o -name .packlist|xargs rm -f
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue