1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-06-19 06:57:54 +02:00

beesd: Honor DESTDIR on installation.

Co-authored-by: Adam Faiz <adam.faiz@disroot.org>
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Dieser Commit ist enthalten in:
Hilton Chain
2022-12-23 11:04:46 +08:00
Ursprung bbcfd9daa6
Commit 66b00f8a97
2 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
+1 -1
Datei anzeigen
@@ -15,7 +15,7 @@ readonly AL128K="$((128*1024))"
readonly AL16M="$((16*1024*1024))"
readonly CONFIG_DIR=@ETC_PREFIX@/bees/
readonly bees_bin=$(realpath @LIBEXEC_PREFIX@/bees)
readonly bees_bin=$(realpath @DESTDIR@/@LIBEXEC_PREFIX@/bees)
command -v "$bees_bin" &> /dev/null || ERRO "Missing 'bees' agent"