Merge branch 'master' into processing
This commit is contained in:
commit
b7329dbaa0
3
setup.py
3
setup.py
@ -27,7 +27,8 @@ for directory in directories:
|
||||
destDir = '/usr/share/sounds/fenrir/template'
|
||||
if destDir != '':
|
||||
data_files.append((destDir, files))
|
||||
data_files.append(('/usr/lib/systemd/system/', 'autostart/systemd/fenrir.service'))
|
||||
|
||||
data_files.append(('/usr/lib/systemd/system/', ['autostart/systemd/fenrir.service']))
|
||||
|
||||
def read(fname):
|
||||
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
||||
|
Loading…
Reference in New Issue
Block a user