diff options
| author | Steve McIntyre <steve@einval.com> | 2021-04-30 21:03:54 +0100 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2021-04-30 21:03:54 +0100 |
| commit | c896b94830d41929ac6d7fc2f5ade67908a59b77 (patch) | |
| tree | e05e04e3bf6558e135bbbf73198a4e9c930db7b2 | |
| parent | 9cf3e0312bca31ee91eddfed8cef5c54096cb10e (diff) | |
| download | shim-signed-c896b94830d41929ac6d7fc2f5ade67908a59b77.tar.gz shim-signed-c896b94830d41929ac6d7fc2f5ade67908a59b77.zip | |
Typo fix - remove space
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 2cd21b6..7394161 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,7 @@ ifeq ($(DEB_HOST_ARCH),arm64) # signed" warning at build time dh_gencontrol -- -v$(VERSION)+$(SHIM_VERSION) \ -Vshim:Version=$(SHIM_VERSION) \ - -p shim-signed \ + -pshim-signed \ -DDescription="$$(cat debian/arm64.description)" dh_gencontrol -- -v$(VERSION)+$(SHIM_VERSION) \ -Vshim:Version=$(SHIM_VERSION) \ |
