debian/rules: use Debian's grub2-mkconfig path

This commit is contained in:
Simon McVittie 2016-04-16 22:25:30 +01:00
parent 33bad6d00b
commit 8500761c13
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -7,6 +7,7 @@ ostree (2016.5-1) UNRELEASED; urgency=medium
- debian/copyright: update - debian/copyright: update
- debian/rules, debian/ostree-tests.install: adjust for new installation - debian/rules, debian/ostree-tests.install: adjust for new installation
directory for installed-tests directory for installed-tests
- debian/rules: use Debian's grub2-mkconfig path
* debian/gbp.conf: use DEP-14 branch names; disable numbered patches * debian/gbp.conf: use DEP-14 branch names; disable numbered patches
* Fix ITP bug number in changelog (was #813308, should have been #697477) * Fix ITP bug number in changelog (was #813308, should have been #697477)
* debian/control: build-depend on attr, for the tests (only required if * debian/control: build-depend on attr, for the tests (only required if

1
debian/rules vendored
View File

@ -20,6 +20,7 @@ override_dh_auto_configure:
--libexecdir='$${prefix}/lib' \ --libexecdir='$${prefix}/lib' \
--with-dracut \ --with-dracut \
--with-grub2 \ --with-grub2 \
--with-grub2-mkconfig-path=/usr/sbin/grub-mkconfig \
--with-systemdsystemunitdir=/lib/systemd/system \ --with-systemdsystemunitdir=/lib/systemd/system \
$(NULL) $(NULL)
chmod +x tests/*.js chmod +x tests/*.js