forked from networkupstools/nut
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nut-common.tmpfiles.in: fix systemd magic vs autoconf magic
Follows up from PR networkupstools#1037 for issue networkupstools#1030 to let the trick work for distcheck and similar out-of-tree builds.
- Loading branch information
Showing
3 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,10 @@ sbin_SCRIPTS = ../upsdrvsvcctl/upsdrvsvcctl | |
|
||
else | ||
EXTRA_DIST += \ | ||
nut-common.tmpfiles.in nut-[email protected] nut-monitor.service.in \ | ||
[email protected] nut-monitor.service.in \ | ||
nut-server.service.in nutshutdown.in nut-driver.target nut.target \ | ||
nut-driver-enumerator.path.in nut-driver-enumerator.service.in | ||
|
||
# NOTE: Do not EXTRA_DIST nut-common.tmpfiles.in - it is generated per build | ||
endif | ||
|