From 8500761c138945c2be2d8b8db0523522d0a881ab Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sat, 16 Apr 2016 22:25:30 +0100 Subject: [PATCH] debian/rules: use Debian's grub2-mkconfig path --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index ea4b615a..a32a4bf9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ ostree (2016.5-1) UNRELEASED; urgency=medium - debian/copyright: update - debian/rules, debian/ostree-tests.install: adjust for new installation directory for installed-tests + - debian/rules: use Debian's grub2-mkconfig path * debian/gbp.conf: use DEP-14 branch names; disable numbered patches * Fix ITP bug number in changelog (was #813308, should have been #697477) * debian/control: build-depend on attr, for the tests (only required if diff --git a/debian/rules b/debian/rules index e33bca0a..16ea3329 100755 --- a/debian/rules +++ b/debian/rules @@ -20,6 +20,7 @@ override_dh_auto_configure: --libexecdir='$${prefix}/lib' \ --with-dracut \ --with-grub2 \ + --with-grub2-mkconfig-path=/usr/sbin/grub-mkconfig \ --with-systemdsystemunitdir=/lib/systemd/system \ $(NULL) chmod +x tests/*.js