summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTomas Chvatal <tchvatal@suse.cz>2011-09-18 08:41:21 +0200
committerTomas Chvatal <tchvatal@suse.cz>2011-09-18 11:04:29 +0200
commita7d38f57cc0bc8d8b941f17e1fd5b8f9eb3a87c9 (patch)
tree613aa00a7cdce335dc79b3796210173fc139e3d0 /Makefile.in
parent0a9486e8f381112cb4f74eb4c55aad11fdf8cfaf (diff)
Revert "Remove once again the INSTALLDIR feature"
This reverts commit bf0ea5c4eefa122febaaa5e6da8ecf4b1869f991. Those variables are used in bin/distro-install-*. Unable to find any issue with both distro-install and dev-install so reverting. If something really does break it needs fixing. Reverting this is not an option.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 1cad501607f0..715d61d6cf18 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -57,12 +57,12 @@ cross-build-toolset:
install: build
@. ./Env.Host.sh && \
- echo "Installing in @PREFIXDIR@..." && \
- ooinstall "@PREFIXDIR@" && \
+ echo "Installing in @INSTALLDIR@..." && \
+ ooinstall "@INSTALLDIR@" && \
echo "" && \
echo "Installation finished, you can now execute:" && \
- echo "@PREFIXDIR@/program/soffice" && \
- install-gdb-printers -a "@PREFIXDIR@"
+ echo "@INSTALLDIR@/program/soffice" && \
+ install-gdb-printers -a "@INSTALLDIR@"
distro-pack-install: install
./bin/distro-install-clean-up