summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorFrançois Tigeot <ftigeot@wolfpond.org>2011-08-23 14:48:21 +0200
committerFrançois Tigeot <ftigeot@wolfpond.org>2011-08-23 14:50:49 +0200
commitbf0ea5c4eefa122febaaa5e6da8ecf4b1869f991 (patch)
treef29082459d097209ee9fbf319e36ebc9c8b7167c /Makefile.in
parent4e0691b9b36703ab4bf6497c403e0ceacd0b8477 (diff)
Remove once again the INSTALLDIR feature
It was reintroduced with a merge from the 3.4 branch
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 6ea879e460b3..2464beb06628 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -26,12 +26,12 @@ cross-build-toolset:
install:
@. ./Env.Host.sh && \
- echo "Installing in @INSTALLDIR@..." && \
- ooinstall "@INSTALLDIR@" && \
+ echo "Installing in @PREFIXDIR@..." && \
+ ooinstall "@PREFIXDIR@" && \
echo "" && \
echo "Installation finished, you can now execute:" && \
- echo "@INSTALLDIR@/program/soffice" && \
- install-gdb-printers -a "@INSTALLDIR@"
+ echo "@PREFIXDIR@/program/soffice" && \
+ install-gdb-printers -a "@PREFIXDIR@"
distro-pack-install: install
./bin/distro-install-clean-up