bug-gnustep
[Top][All Lists]
Advanced

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

Re: possible bug in rpm creation for bundles?


From: Nicola Pero
Subject: Re: possible bug in rpm creation for bundles?
Date: Mon, 13 May 2002 13:04:44 +0100 (BST)

> 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





reply via email to

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