summaryrefslogtreecommitdiff
path: root/install.pl.in
AgeCommit message (Collapse)Author
2004-11-25run install_compat_dir()fukachan
2004-07-27use message_nl() if could.fukachan
2004-06-07enhanced to enable "make install install_root=/prefix" for package system.fukachan
install_root is the prefix that is prepended to the pathnames of installed files. [IMPORTANT] In a lot of systems, "make install prefix=/prefix" is used. But it is confusing against usage of othre software e.g. "./configure --prefix=/prefix". So, we avoid this confusion to use other keyword, which is same as Postfix.
2003-01-30change check rule order.fukachan
1. check owner and group 2. check if it runs as user root, start installation.
2003-01-29check if we runs as root.fukachan
2003-01-29check by is_valid_{owner,group}().fukachan
2003-01-28installer perl versionfukachan