diff options
| author | Steve McIntyre <steve@einval.com> | 2019-04-19 16:53:29 +0100 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2019-04-19 16:53:29 +0100 |
| commit | 29e47272ee376e87f0a272d858944442bc196365 (patch) | |
| tree | 4266c0ce3e3c66a4748a0270b9cd2e2c5d90a967 /debian/rules | |
| parent | 837b214a0908cc1258a84253e83f02117b2a85c9 (diff) | |
| download | shim-signed-29e47272ee376e87f0a272d858944442bc196365.tar.gz shim-signed-29e47272ee376e87f0a272d858944442bc196365.zip | |
Grab the version of shim-unsigned in debian/rules, not shim
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 9c7880d..72354ff 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #! /usr/bin/make -f VERSION := $(shell LC_ALL=C dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2) -SHIM_VERSION := $(shell dpkg-query -f '$${Version}\n' -W shim) +SHIM_VERSION := $(shell dpkg-query -f '$${Version}\n' -W shim-unsigned) include /usr/share/dpkg/architecture.mk |
