Commit ebfcc1fa authored by Leo Le Bouter's avatar Leo Le Bouter

debian.package: mkdir -p to create whole tree

parent 67adf281
......@@ -24,7 +24,7 @@ uefi-boot-metadata-collect-agent/boot/efi/secboot.cer: uefi-boot-metadata-collec
sudo chmod 755 $@
uefi-boot-metadata-collect-agent/boot/efi:
mkdir -m 700 $@
mkdir -m 700 -p $@
db.crt db.key:
openssl req -newkey rsa:4096 -nodes -keyout db.key -new -x509 -sha256 -days 3650 -subj "/CN=Nexedi's UEFI Signature Database key/" -out db.crt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment