~modemmanager/modemmanager/ubuntu.precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2011-08-05 16:38:01 UTC
  • Revision ID: mathieu-tl@ubuntu.com-20110805163801-k27guktixls4x8sy
debian/rules: fix .la/.a file removal to not fail if there is nothing to
remove.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        if dpkg-vendor --is ubuntu; then \
36
36
                cp $(CURDIR)/debian/ubuntu/modemmanager.upstart $(CURDIR)/debian; \
37
37
        fi
38
 
        find $(CURDIR)/debian/modemmanager/ -name \*.a | xargs rm
39
 
        find $(CURDIR)/debian/modemmanager/ -name \*.la | xargs rm
 
38
        find $(CURDIR)/debian/tmp/ -name \*.a -exec rm {} \;
 
39
        find $(CURDIR)/debian/tmp/ -name \*.la -exec rm {} \;
40
40
        dh_install
41
41
 
42
42
override_dh_installdocs: