mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
[GH-ISSUE #28] Missing directory for debian packaging #19
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/sendmailanalyzer#19
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?
Originally created by @nqb on GitHub (Jun 16, 2015).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/28
Hello,
I follow
packaging/READMEdoc for a Debian install. When I rundpkg -i sendmailanalyzer_9.1-1_all.debin sendmailanalyzer source directory, I get the following errors :Creating
/usr/lib/sendmailanalyzerfixes issue.In
sendmailanalyzer/debian/sendmailanalyzer/usr, I don't see alibdirectory.@darold commented on GitHub (Jun 16, 2015):
Hi,
Thanks for the report, commit
0a09246solves this issue, /usr/lib/sendmailanalyzer is replaced by /var/lib/sendmailanalyzerBest regards,
@nqb commented on GitHub (Jun 25, 2015):
It works !