Skip to content

Commit

Permalink
Move systemd service file to /usr/lib/systemd/system
Browse files Browse the repository at this point in the history
  • Loading branch information
dktrkranz committed Sep 25, 2021
1 parent 6171088 commit e79fab6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def run(self):
self.data_files.extend([('share/doc/debomatic',
['docs/_build/latex/Deb-o-Matic.pdf'])])
self.install_files('etc')
self.install_files('lib')
self.install_files('usr')
self.install_files('modules', 'share/debomatic')
with SbuildCommands() as sb:
self.install_files('sbuildcommands', 'share/debomatic', True)
Expand Down
File renamed without changes.

0 comments on commit e79fab6

Please sign in to comment.