mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-28 07:02:14 +00:00
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:
parent
f5169fae80
commit
f980ae0558
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue