From bb1e26ce09a99112a8f9a57e7c1c77aee84b8d7e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 16:15:00 +0200 Subject: Merging upstream version 5. Signed-off-by: Daniel Baumann --- .gitignore | 3 +++ Makefile | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1cff8fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +crypt.o +crypt +.*.swp diff --git a/Makefile b/Makefile index e1d8c0d..1bf039c 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ clean: rm -f $(EXECUTABLES) install: $(EXECUTABLES) - mkdir -p $(DESTDIR)/lib/cryptsetup - cp askpass $(DESTDIR)/lib/cryptsetup/ + mkdir -p $(DESTDIR)/usr/lib/cryptsetup + cp askpass $(DESTDIR)/usr/lib/cryptsetup/ mkdir -p $(DESTDIR)/usr/share/initramfs-tools/hooks/ cp hooks/* $(DESTDIR)/usr/share/initramfs-tools/hooks/ -- cgit v1.2.3