diff options
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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( |