Update makefile's add'l install dirs

This rule would create the raw path /Library/Forge three times...fix it to
create Forge dirs with the new scheme.
This commit is contained in:
Jeff Teunissen 2010-09-12 00:41:10 -04:00 committed by Bill Currie
parent f5169fae80
commit f980ae0558

View file

@ -37,6 +37,7 @@ ADDITIONAL_WO_LIBS +=
# Additional directories to be created during installation
ADDITIONAL_INSTALL_DIRS += \
$(GNUSTEP_LOCAL_DIR)/Library/Forge \
$(GNUSTEP_NETWORK_DIR)/Library/Forge \
$(GNUSTEP_SYSTEM_DIR)/Library/Forge
$(GNUSTEP_USER_DIR)/$(GNUSTEP_USER_DIR_LIBRARY)/Forge \
$(GNUSTEP_LOCAL_LIBRARY)/Forge \
$(GNUSTEP_NETWORK_LIBRARY)/Forge \
$(GNUSTEP_SYSTEM_LIBRARY)/Forge