On 02/24/2014 11:13 AM, Marco Maggi wrote:
Ralf Corsepius wrote:
Do I understand correctly, your issue is installation dirs?
In that case you can try to use a separate installation-dir
variable. something along the lines of:
mystuffdir =$(datadir)/stuff
datadir_stuff_DATA = lib/stuff/alpha.fasl
No.  What I have now is:

    bundledlibsdir = $(libdir)/vicare-scheme
    nobase_nodist_bundledlibs_DATA = \
       lib/stuff/alpha.fasl \
       lib/stuff/beta.fasl

and the fasl files are installed as:

    /usr/local/lib64/vicare-scheme/lib/stuff/alpha.fasl
    /usr/local/lib64/vicare-scheme/lib/stuff/beta.fasl

I  do not  want the  "lib" component,  I want  the installed
files to be:

    /usr/local/lib64/vicare-scheme/stuff/alpha.fasl
    /usr/local/lib64/vicare-scheme/stuff/beta.fasl

Sorry, there was an ugly typo in my example.

Let me try to rebase it on your usecase:

stuffdir =  $(libdir)/vicare-scheme/stuff
stuff_DATA = \
    lib/stuff/alpha.fasl \
    lib/stuff/beta.fasl

Ralf


Reply via email to