Ticket #149 (closed bug: fixed)

Opened 16 years ago

Last modified 16 years ago

The "configuration"-file is not installed when DESTDIR is used

Reported by: slack Assigned to:
Priority: major Milestone: FFADO 2.0
Component: Version: FFADO SVN (trunk)
Keywords: Cc:
The device the bug applies to:

Description

The configuration file is missing in a package which was built with DESTDIR.

I seems scons wants to copy it to the final location (envSHAREDIR? instead of envsharedir?). This is not possible when building a package as normal user.

Since scons also does not output any messages in this case, the problem could be easily overlooked...

The attached patch fixed it for me.

Attachments

install.configuration.diff (340 bytes) - added by slack on 08/01/08 12:54:07.

Change History

08/01/08 12:54:07 changed by slack

  • attachment install.configuration.diff added.

09/23/08 01:39:42 changed by ppalmers

  • status changed from new to closed.
  • resolution set to fixed.

(In [1331]) fix #149: install configuration file properly