mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 17:31:08 +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
e959a6ee3c
commit
3dcfd69b50
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