r275 - trunk/software/py-odeviced
smartphones-commits at lists.linuxtogo.org
smartphones-commits at lists.linuxtogo.org
Mon Apr 28 19:43:05 CEST 2008
Author: mickeylauer
Date: 2008-04-28 19:43:05 +0200 (Mon, 28 Apr 2008)
New Revision: 275
Modified:
trunk/software/py-odeviced/setup.py
Log:
odeviced: problems with /etc script
Modified: trunk/software/py-odeviced/setup.py
===================================================================
--- trunk/software/py-odeviced/setup.py 2008-04-28 17:27:21 UTC (rev 274)
+++ trunk/software/py-odeviced/setup.py 2008-04-28 17:43:05 UTC (rev 275)
@@ -12,5 +12,5 @@
cmdclass = {'build_ext': build_ext},
packages = [ "odeviced", "odeviced/modules" ],
scripts = [ "odeviced/odeviced" ],
- data_files = [ ("/etc/dbus-1/system.d", ["etc/dbus-1/system.d/odeviced.conf"] ) ]
+ data_files = [ ("etc/dbus-1/system.d", ["etc/dbus-1/system.d/odeviced.conf"] ) ]
)
More information about the Smartphones-commits
mailing list