* Panels/GNUmakefile.postamble (after-install): Install the
        gorm dirs.

Index: Panels/GNUmakefile
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/gui/Panels/GNUmakefile,v
retrieving revision 1.13
diff -r1.13 GNUmakefile
38,39c38,40
< LOCALIZED_RESOURCE_FILES = GSPrintPanel.gorm GSPageLayout.gorm \
<       SpellPanel.gmodel \
---
> LOCALIZED_RESOURCE_FILES = SpellPanel.gmodel
> 
> LOCALIZED_RESOURCE_COMPONENTS = GSPrintPanel.gorm GSPageLayout.gorm \
Index: Panels/GNUmakefile.postamble
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/gui/Panels/GNUmakefile.postamble,v
retrieving revision 1.4
diff -r1.4 GNUmakefile.postamble
40a41,54
> ifneq ($(strip $(LOCALIZED_RESOURCE_COMPONENTS)),)
>       @(echo "Copying localized components into system..."; \
>       for l in $(LANGUAGES); do \
>         if [ ! -f $$l.lproj ]; then \
>           $(MKDIRS) $(GNUSTEP_RESOURCES)/gnustep-gui/$$l.lproj; \
>         fi; \
>         for f in $(LOCALIZED_RESOURCE_COMPONENTS); do \
>           if [ -d $$l.lproj/$$f ]; then \
>             cp -r $$l.lproj/$$f $(GNUSTEP_RESOURCES)/gnustep-gui/$$l.lproj; \
>             rm -rf $(GNUSTEP_RESOURCES)/gnustep-gui/$$l.lproj/$$f/CVS; \
>           fi; \
>         done; \
>       done;)
> endif
_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to