source: projects/specs/trunk/g/gdm2setup/gdm2setup-0.5.3-install-fix.patch @ 4019

Revision 4019, 489 bytes checked in by daisuke, 13 years ago (diff)

gdm2setup: new package

RevLine 
[4019]1diff -up gdm2setup-0.5.3-lucid/setup.py.prefix gdm2setup-0.5.3-lucid/setup.py
2--- gdm2setup-0.5.3-lucid/setup.py.prefix       2010-03-21 11:20:25.000000000 +0900
3+++ gdm2setup-0.5.3-lucid/setup.py      2011-06-02 13:37:19.000000000 +0900
4@@ -28,8 +28,8 @@ setup(name='gdm2setup',
5                'Topic :: Utilities',
6                ],
7        data_files=[
8-               ('/usr/share/applications', ['gdm2setup.desktop']),
9-               ('/usr/bin', ['gdm2setup']),
10+               ('share/applications', ['gdm2setup.desktop']),
11+               ('bin', ['gdm2setup']),
12                ]
13 
14 )
Note: See TracBrowser for help on using the repository browser.