summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2020-11-17 17:27:22 -0500
committerAndrew Cady <d@cryptonomic.net>2020-11-17 17:28:45 -0500
commit7540be7dc53e3feba1d3208e97b3d9f46a78f0fe (patch)
tree1b47d05690bea616474cce579547e37179826a59 /Makefile
parent3ac7703db30dca04ce2027fb7a27d139802dae91 (diff)
Don't install btrfs-shrink; it's part of fsmgr
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e63d940..69b1405 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ dyndns_program_paths=$(addprefix cryptonomic-dyndns-server/bin/, $(dyndns_progra
58 58
59bin_programs += $(dyndns_program_paths) 59bin_programs += $(dyndns_program_paths)
60 60
61btrfs_utils=$(addprefix src/btrfs-utils/, btarfs btrfs-shrink with-btrfs-seed) 61btrfs_utils=$(addprefix src/btrfs-utils/, btarfs with-btrfs-seed)
62 62
63initrd_files:=$(wildcard src/initrd/*) dynmenu samizdat-pinentry wait_for_files 63initrd_files:=$(wildcard src/initrd/*) dynmenu samizdat-pinentry wait_for_files
64initramfs_conf_files:=$(wildcard initramfs-tools/*) 64initramfs_conf_files:=$(wildcard initramfs-tools/*)