~elisa-packagers/moovida/elisa-hardy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Guillaume Emont
  • Date: 2009-05-26 09:42:31 UTC
  • Revision ID: guillaume@fluendo.com-20090526094231-06v4il35m3m5p6pr
Changed the name of the executable to moovida

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
common-install-indep::
12
12
        rm -f $(DEB_DESTDIR)/usr/lib/python$(cdbs_python_current_version)/site-packages/*.pth
13
13
        touch $(DEB_DESTDIR)/usr/lib/python$(cdbs_python_current_version)/site-packages/elisa/__init__.py
 
14
        mv $(DEB_DESTDIR)/usr/bin/elisa $(DEB_DESTDIR)/usr/bin/moovida
14
15
 
15
16
clean::
16
17
        -find . -name *\.mo -exec rm -fv {} \;