takes carre of changes in Makefile.PL about debian install --- install_misc/environment_Makefile.PL | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/install_misc/environment_Makefile.PL b/install_misc/environment_Makefile.PL index b897906..07dfb0c 100644 --- a/install_misc/environment_Makefile.PL +++ b/install_misc/environment_Makefile.PL @@ -13,7 +13,7 @@ export KOHA_USER='koha' export KOHA_GROUP='koha' # default root to install config files -#export INSTALL_BASE=/etc/koha +export DESTDIR=$HOME # from now, commented export directives are alternatives # uncomment one of them to choose it -- 1.5.4.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
