Modify ↓
Opened at 2012-02-20T07:35:45Z
Closed at 2012-03-12T22:40:48Z
#920 closed defect (fixed)
Makefile's BINDIR should read SBINDIR for systemd service files
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | 3.0.5 |
Keywords: | bindir, sbindir, systemd | Cc: | |
IRC client+version: | Client-independent | Operating System: | Linux |
OS version/distro: |
Description
The SYSTEMDSYSTEMUNITDIR part of the Makefile replaces @sbindir@ by $(BINDIR) in init/bitlbee.service; it should be $(SBINDIR).
Attachments (1)
Change History (2)
Changed at 2012-02-20T07:36:18Z by
Attachment: | sbindir.patch added |
---|
comment:1 Changed at 2012-03-12T22:40:48Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I think I merged this one from vmiklos already.
Note: See
TracTickets for help on using
tickets.
Patch that fixes the issue