> Hi Nicola,
> 
> Thanks for checking this. However I think I sorted this one out - I think I 
> had been using the wrong env var for the install root, (BUNDLE_INSTALL_DIR or 
> something instead of GNUSTEP_INSTALLATION_DIR) which did not play nice with 
> the rpm script.
> 
> What I did not work out was how to get the bundle to install in anything 
> other than .../Library/Bundles. I wanted to automate putting it into 
> .../Library/MusicKitPlugins. Couldn't find any way to do this without 
> breaking the rpm creation.

At a quick glance I would suggest ...


include $(GNUSTEP_MAKEFILES)/common.make

BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/MusicKit
BUNDLE_NAME = Stephen
Stephen_OBJC_FILES = Stephen.m

include $(GNUSTEP_MAKEFILES)/bundle.make



_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to