summaryrefslogtreecommitdiff
path: root/Makefile.distrib
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-09-14 12:15:22 +0000
committermichelou <michelou@epfl.ch>2005-09-14 12:15:22 +0000
commit0c89a9d1a29e3872ef614b312fee8ed48914dbe7 (patch)
tree6bca0c857436bf2d67c4da6935eaf6aeaf3d1dcb /Makefile.distrib
parent26ae5058053b60b798ca100354ac2743181bc836 (diff)
downloadscala-0c89a9d1a29e3872ef614b312fee8ed48914dbe7.tar.gz
scala-0c89a9d1a29e3872ef614b312fee8ed48914dbe7.tar.bz2
scala-0c89a9d1a29e3872ef614b312fee8ed48914dbe7.zip
- changed path "share/scala-1.4.x.x" to "share/...
- changed path "share/scala-1.4.x.x" to "share/scala".
Diffstat (limited to 'Makefile.distrib')
-rw-r--r--Makefile.distrib3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.distrib b/Makefile.distrib
index 837f9a5045..57624d5bfb 100644
--- a/Makefile.distrib
+++ b/Makefile.distrib
@@ -88,7 +88,8 @@ INSTALL_BINDIR = $(INSTALL_PREFIX)/bin
INSTALL_SHAREDIR = $(INSTALL_PREFIX)/share
INSTALL_MANDIR = $(INSTALL_SHAREDIR)/man
INSTALL_DOCDIR = $(INSTALL_SHAREDIR)/doc/$(INSTALL_PACKAGE)
-INSTALL_PACKAGEDIR = $(INSTALL_SHAREDIR)/$(INSTALL_PACKAGE)
+#INSTALL_PACKAGEDIR = $(INSTALL_SHAREDIR)/$(INSTALL_PACKAGE)
+INSTALL_PACKAGEDIR = $(INSTALL_SHAREDIR)/$(INSTALL_NAME)
INSTALL_LIBDIR = $(INSTALL_PACKAGEDIR)/lib
INSTALL_SRCDIR = $(INSTALL_PACKAGEDIR)/src
INSTALL_SUPPORTDIR = $(INSTALL_PACKAGEDIR)/support