Skip to content

Commit

Permalink
try to fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
slyon committed Oct 17, 2009
1 parent 43d14e5 commit d269fe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file removed data/wallpaper2.png
Binary file not shown.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -34,8 +34,8 @@ def run(self):
'clean' : my_clean },
scripts = [ "shr-today" ],
data_files = [
( "/etc", ["data/shr-today.conf"] ),
( "/usr/share/shr-today", ["data/wallpaper.png", "data/slider.edj"] ),
( "/etc/X11/Xsession.d", ["data/89shr-today", "data/slider.edj"] ),
( "../../etc", ["data/shr-today.conf"] ),
( "shr-today", ["data/wallpaper.png", "data/slider.edj"] ),
( "../../etc/X11/Xsession.d", ["data/89shr-today", "data/slider.edj"] ),
]
)

0 comments on commit d269fe1

Please sign in to comment.