diff options
author | Kay Sievers <kay@vrfy.org> | 2012-10-11 17:54:29 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-10-11 17:54:55 +0200 |
commit | aece12b4b17ea060a9fa7b35f78307545573c40c (patch) | |
tree | 8857d5e209197a58aa0c248758ab665be1e8d30d | |
parent | 4866509eff41ee90c415307d1015c3efea5115a3 (diff) |
Makefile: test - create subdirectory
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ clean: test: gummiboot.efi @# UUID=677B-ECF2 /boot vfat noauto,umask=0077,x-systemd.automount,x-gvfs-hide 1 2 + mkdir -p /boot/EFI/gummiboot/ cp -v gummiboot.efi /boot/EFI/gummiboot/ @# unmount to sync EFI partition to disk sync |