discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Localized subproject resources (fix?)


From: Stefan Urbanek
Subject: Localized subproject resources (fix?)
Date: Mon, 20 May 2002 23:56:39 +0200

I have just changed the line 191 in make/Instance/Shared/bundle.make:

  if [ "$$subproject/Resources/Subproject/*" !=
$$subproject'/Resources/Subproject/*' ]; then \

to

  if [ "$$subproject/Resources/Subproject/*" ==
$$subproject'/Resources/Subproject/*' ]; then \

and it works. But I am not sure, if this was the problem, or something in my
makefiles. 


Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]