Fixed copying resource files and localized resource files into the bundle when they are in subdirs.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20520 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2005-01-04 23:13:27 +00:00
parent 2b0492c0d1
commit 0cb160628f
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2005-01-05 Sergii Stoian <stoian255@ukr.net>
* Instance/Shared/bundle.make (shared-instance-bundle-all): Fixed
copying resource files and localized resource files into the
bundle when they are in subdirs.
2004-12-27 Quentin Mathe <qmathe@club-internet.fr>
* Documentation/README.Darwin: Rewritten the base library install

View file

@ -230,7 +230,7 @@ ifneq ($(LOCALIZED_RESOURCE_FILES),)
for f in $(LOCALIZED_RESOURCE_FILES); do \
if [ -f $$l.lproj/$$f -o -d $$l.lproj/$$f ]; then \
cp -fr $$l.lproj/$$f \
$(GNUSTEP_SHARED_BUNDLE_RESOURCE_PATH)/$$l.lproj/$$f; \
$(GNUSTEP_SHARED_BUNDLE_RESOURCE_PATH)/$$l.lproj/; \
else \
echo "Warning: $$l.lproj/$$f not found - ignoring"; \
fi; \