From 2ddc86fb575a61170f4c06a00152e3e7dc74c8f4 Mon Sep 17 00:00:00 2001 From: Gio Date: Mon, 12 Dec 2022 16:54:37 -0300 Subject: [PATCH] Fix bdboot.txt install path --- src/libbitdht.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libbitdht.pro b/src/libbitdht.pro index 2e0013b..d45ed2a 100644 --- a/src/libbitdht.pro +++ b/src/libbitdht.pro @@ -1,6 +1,6 @@ # RetroShare main qmake build script # -# Copyright (C) 2004-2019, Retroshare Team +# Copyright (C) 2004-2022, Retroshare Team # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Lesser General Public License as published by the @@ -44,7 +44,7 @@ linux-g++-64 { } unix { - data_files.path = "$${DATA_DIR}" + data_files.path = "$${RS_DATA_DIR}" data_files.files = bitdht/bdboot.txt INSTALLS += data_files }