summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a70068b..6c8e456 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ data_files = [("bin",["usr/bin/mageiawelcome","usr/bin/mageiawelcome-launcher"])
("share/mageiawelcome/",glob.glob('qml/*.qml')),
("share/mageiawelcome/img",glob.glob('qml/img/*.png')),
("share/mageiawelcome/translations/",glob.glob('i18n/*.qm')),
- ("etc/xdg/autostart/",["etc/xdg/autostart/mageiawelcome.desktop"]),
+ ("/etc/xdg/autostart/",["etc/xdg/autostart/mageiawelcome.desktop"]),
]
setup(