~usb-creator-hackers/usb-creator/trunk

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Dmitrijs Ledkovs
  • Date: 2013-01-24 17:00:31 UTC
  • mto: This revision was merged to the branch mainline in revision 407.
  • Revision ID: dmitrijs.ledkovs@canonical.com-20130124170031-0w7zc2kkaj86uu7x
Support flashing devices using fastboot (e.g. Nexus7).

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        find . -path "$(vendor_dir)/*.svg" -exec cp {} $(dest) \;
36
36
        dh_install
37
37
 
 
38
override_dh_installinit:
 
39
        dh_installinit --upstart-only
 
40
 
38
41
override_dh_installmenu:
39
42
ifneq (,$(wildcard $(vendor_dir)/*.xpm))
40
43
        mkdir -p $(xpm_gtk) $(xpm_kde)