Skip to content

CPACK might be over-configured on Linux #182

@cboulay

Description

@cboulay
  1. According to this, I think we aren't supposed to be using CPACK_INSTALL_PREFIX here and should instead be using CPACK_PACKAGING_INSTALL_PREFIX, if at all.
  2. It seems like we can drop that argument entirely (same as default) and similarly drop CPACK_SET_DESTDIR.

I came upon this because I noticed that LabRecorder{xxx}.deb installs to /usr/LabRecorder though we'd probably prefer it installs to /usr/bin/LabRecorder or even /usr/local/bin/LabRecorder. I don't have a preference for /usr/bin or /usr/local/bin, but it feels bad to pollute /usr directly.

Assigning @tstenner because you're still listed as the CPACK_DEBIAN_PACKAGE_MAINTAINER :P

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions