mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
install_funcs.sh: remove unused perl related files.
--HG-- extra : convert_revision : 1664396d6ffcfd314ca0310f14a5f0ab65c0fbf8
This commit is contained in:
parent
fcc65acc69
commit
51907e6d81
1 changed files with 3 additions and 6 deletions
|
@ -160,12 +160,9 @@ make_install()
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Always remove perllocal.pod and .packlist files for
|
# Always remove perllocal.pod and .packlist files.
|
||||||
# perl modules.
|
find ${DESTDIR} -name perllocal.pod -delete
|
||||||
if [ "$build_style" = "perl_module" -a "$pkgname" != "perl" ]; then
|
find ${DESTDIR} -name .packlist -delete
|
||||||
find ${DESTDIR} -name perllocal.pod -delete
|
|
||||||
find ${DESTDIR} -name .packlist -delete
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Unset build vars.
|
# Unset build vars.
|
||||||
unset_build_vars
|
unset_build_vars
|
||||||
|
|
Loading…
Add table
Reference in a new issue