mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Manage .gorm and .nib as well; replaced sed with subst
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9442 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
77cf28a8e9
commit
b1bc486162
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ $(GSWAPP_DIR_NAME)/Resources/Info-gnustep.plist: $(GSWAPP_DIR_NAME)/Resources
|
|||
if [ "$(MAIN_MODEL_FILE)" = "" ]; then \
|
||||
echo " NSMainNibFile = \"\";"; \
|
||||
else \
|
||||
echo " NSMainNibFile = \"`echo $(MAIN_MODEL_FILE) | sed 's/.gmodel//'`\";"; \
|
||||
echo " NSMainNibFile = \"$(subst .gmodel,,$(subst .gorm,,$(subst .nib,,$(MAIN_MODEL_FILE))))\";"; \
|
||||
fi; \
|
||||
if [ -r "$(INTERNAL_gswapp_NAME)Info.plist" ]; then \
|
||||
cat $(INTERNAL_gswapp_NAME)Info.plist; \
|
||||
|
|
Loading…
Reference in a new issue