Simplify perl module building.

--HG--
extra : convert_revision : 92c24f7fca99a5d27e3ff2afb786a255278c5c15
This commit is contained in:
Juan RP
2009-04-20 02:26:38 +02:00
parent cae481869d
commit 84487f5f17
2 changed files with 5 additions and 56 deletions

View File

@@ -129,9 +129,7 @@ make_install()
{
local lver="$1"
if [ "$build_style" = "perl_module" ]; then
make_install_target="install"
elif [ -z "$make_install_target" ]; then
if [ -z "$make_install_target" ]; then
make_install_target="DESTDIR=${DESTDIR} install"
fi