Dynamic packaging libpath #40
Labels
No labels
bug
documentation
duplicate
enhancement
help wanted
invalid
maintenance
obsolete
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
yestax/setup#40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Targetting fedora or debian doesn't have tha same philosophy on lib directory.
Fedora: /usr/lib64
Debian: /usr/lib
This can be handles by packaging with mock on debian.
But then, scripts must be able to source independantly the right filepath.
It is possible to use a @LIBDIR@ placeholder. And replace it with sed -i at packaging time.
seen in forgejo-publish-deb with logging.sh
mock isn't available on debian.
The best alternative would be to use podman as container for Fedora and build there.
fixed by #63