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

  • gdm2setup-0.5.3-lucid/setup.py

    diff -up gdm2setup-0.5.3-lucid/setup.py.prefix gdm2setup-0.5.3-lucid/setup.py
    old new setup(name='gdm2setup', 
    2828                'Topic :: Utilities', 
    2929                ], 
    3030        data_files=[ 
    31                 ('/usr/share/applications', ['gdm2setup.desktop']), 
    32                 ('/usr/bin', ['gdm2setup']), 
     31                ('share/applications', ['gdm2setup.desktop']), 
     32                ('bin', ['gdm2setup']), 
    3333                ] 
    3434 
    3535) 
Note: See TracBrowser for help on using the repository browser.