Simplify perl module building.
--HG-- extra : convert_revision : 92c24f7fca99a5d27e3ff2afb786a255278c5c15
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user