summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 14:15:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 14:15:00 +0000
commit1e41dd11a0f6f22a5f8af463ddd4264a11285a78 (patch)
treeb2d65049f41f44b722b3bbbd32696d7e9f01c4e1 /Makefile
parentAdding debian version 4+nmu1. (diff)
downloadcryptsetup-nuke-password-1e41dd11a0f6f22a5f8af463ddd4264a11285a78.tar.xz
cryptsetup-nuke-password-1e41dd11a0f6f22a5f8af463ddd4264a11285a78.zip
Merging upstream version 5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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/