Make sure we always install with the correct user/group as specified

by INSTALL_AS_USER and INSTALL_AS_GROUP


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11718 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-12-12 15:27:57 +00:00
parent b8b911d547
commit 7d4c6aaf02
17 changed files with 85 additions and 32 deletions

View file

@ -115,12 +115,12 @@ internal-java_package-install:: install-java_package
internal-install-java-dirs:: $(JAVA_INSTALLATION_DIR)
ifneq ($(JAVA_OBJ_FILES),)
$(MKDIRS) \
$(MKINSTALLDIRS) \
$(addprefix $(JAVA_INSTALLATION_DIR)/,$(dir $(JAVA_OBJ_FILES)))
endif
$(JAVA_INSTALLATION_DIR):
$(MKDIRS) $(JAVA_INSTALLATION_DIR)
$(MKINSTALLDIRS) $(JAVA_INSTALLATION_DIR)
# Say that you have a Pisa.java source file. Here we install both
# Pisa.class (the main class) and also, if they exist, all class files