-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
- According to this, I think we aren't supposed to be using
CPACK_INSTALL_PREFIX
here and should instead be usingCPACK_PACKAGING_INSTALL_PREFIX
, if at all. - 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