~ubuntu-branches/ubuntu/wily/bcache-tools/wily

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): David Mohr
  • Date: 2015-06-11 10:23:48 UTC
  • mfrom: (1.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20150611102348-oim0z4bn6u6jqy05
Tags: 1.0.8-2
Only run update-initramfs if installed. Fix dracut. (Closes: #788442)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
%:
3
3
        dh $@
4
4
 
 
5
override_dh_auto_install:
 
6
        dh_auto_install -- DRACUTLIBDIR=/usr/lib/dracut
 
7