From bddd7a1d69ce2ed70cfc6b1c68560393be49ae67 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Fri, 6 Aug 2021 18:38:36 +0200 Subject: [PATCH] Makefile: add btrbk_restore_raw.py to script install targets --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e3346d0..a8bc83d 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,8 @@ SCRIPTS = ssh_filter_btrbk.sh \ contrib/cron/btrbk-mail \ contrib/cron/btrbk-verify \ contrib/migration/raw_suffix2sidecar \ - contrib/crypt/kdf_pbkdf2.py + contrib/crypt/kdf_pbkdf2.py \ + contrib/tools/btrbk_restore_raw.py PN = btrbk PREFIX ?= /usr